#CB9334

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

Shades of Fuel Yellow #CB9334

Tints of Fuel Yellow #CB9334

Color information

#CB9334 (or 0xCB9334) is unknown color: approx Fuel Yellow. HEX triplet: CB, 93 and 34. RGB value is (203,147,52). Sum of RGB (Red+Green+Blue) = 203+147+52=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9334 is #346CCB. Grayscale: #999999. Windows color (decimal): -3435724 or 3445707. OLE color: 3445707.

HSL color Cylindrical-coordinate representation of color #CB9334: hue angle of 37.75º 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 #CB9334 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20314752-
CMYK00.280.740.20
HSL37.75º59.22%50%-
HSV(B)37.75º74.38%79.61%-
XYZ35.6833.817.89-
YUV152.9171.05163.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=50.50%
G=36.57%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031475200.280.740.2037.7559.2250
HexCB933401C4A14263b32
Octal3132236403411224467362
Binary1100101110010011110100011100100101010100100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9334; }

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

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

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

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

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

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

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

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