#CB9A32

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

Shades of Fuel Yellow #CB9A32

Tints of Fuel Yellow #CB9A32

Color information

#CB9A32 (or 0xCB9A32) is unknown color: approx Fuel Yellow. HEX triplet: CB, 9A and 32. RGB value is (203,154,50). Sum of RGB (Red+Green+Blue) = 203+154+50=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A32 is #3465CD. Grayscale: #9D9D9D. Windows color (decimal): -3433934 or 3316427. OLE color: 3316427.

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

Color convert

RGB20315450-
CMYK00.240.750.20
HSL40.78º60.47%49.61%-
HSV(B)40.78º75.37%79.61%-
XYZ36.7636.048.04-
YUV156.7967.73160.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 50 (19.92% from 255) = 12.29%
R=49.88%
G=37.84%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031545000.240.750.2040.7860.4749.61
HexCB9A320184B14293c32
Octal3132326203011324517462
Binary1100101110011010110010011000100101110100101001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A32; }

 p { color: rgb(203,154,50); }

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

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

 a { background-color: rgb(203,154,50); }

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

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

 span { border-color: rgb(203,154,50); }

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