#CB9C2F

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

Shades of Fuel Yellow #CB9C2F

Tints of Fuel Yellow #CB9C2F

Color information

#CB9C2F (or 0xCB9C2F) is unknown color: approx Fuel Yellow. HEX triplet: CB, 9C and 2F. RGB value is (203,156,47). Sum of RGB (Red+Green+Blue) = 203+156+47=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C2F is #3463D0. Grayscale: #9E9E9E. Windows color (decimal): -3433425 or 3120331. OLE color: 3120331.

HSL color Cylindrical-coordinate representation of color #CB9C2F: hue angle of 41.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB9C2F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20315647-
CMYK00.230.770.20
HSL41.92º62.4%49.02%-
HSV(B)41.92º76.85%79.61%-
XYZ37.0336.687.82-
YUV157.6365.57160.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 47 (18.75% from 255) = 11.58%
R=50%
G=38.42%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031564700.230.770.2041.9262.449.02
HexCB9C2F0174D142a3e31
Octal3132345702711524527661
Binary1100101110011100101111010111100110110100101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C2F; }

 p { color: rgb(203,156,47); }

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

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

 a { background-color: rgb(203,156,47); }

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

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

 span { border-color: rgb(203,156,47); }

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