#CB9834

Color #CB9834 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CB9834

Tints of Fuel Yellow #CB9834

Color information

#CB9834 (or 0xCB9834) is unknown color: approx Fuel Yellow. HEX triplet: CB, 98 and 34. RGB value is (203,152,52). Sum of RGB (Red+Green+Blue) = 203+152+52=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9834 is #3467CB. Grayscale: #9C9C9C. Windows color (decimal): -3434444 or 3446987. OLE color: 3446987.

HSL color Cylindrical-coordinate representation of color #CB9834: hue angle of 39.74º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB9834 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20315252-
CMYK00.250.740.20
HSL39.74º59.22%50%-
HSV(B)39.74º74.38%79.61%-
XYZ36.4835.48.16-
YUV155.8569.4161.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=49.88%
G=37.35%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031525200.250.740.2039.7459.2250
HexCB98340194A14283b32
Octal3132306403111224507362
Binary1100101110011000110100011001100101010100101000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9834; }

 p { color: rgb(203,152,52); }

 H1.HeaderClassName
 {
   color: #CB9834;
 }
 .AnyTagClassName
 {
   color: #CB9834;
 }
</style>
background-color css

<style>
 a { background-color: #CB9834; }

 a { background-color: rgb(203,152,52); }

 div.DivClassName
 {
   background-color: #CB9834;
 }
 .BgClassName
 {
   background-color: #CB9834;
 }
</style>
border-color css

<style>
 span { border-color: #CB9834; }

 span { border-color: rgb(203,152,52); }

 td.TdClassName
 {
   border-color: #CB9834;
 }
 .TagClassName
 {
   border-color: #CB9834;
 }
</style>