#CB9032

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

Shades of Fuel Yellow #CB9032

Tints of Fuel Yellow #CB9032

Color information

#CB9032 (or 0xCB9032) is unknown color: approx Fuel Yellow. HEX triplet: CB, 90 and 32. RGB value is (203,144,50). Sum of RGB (Red+Green+Blue) = 203+144+50=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9032 is #346FCD. Grayscale: #979797. Windows color (decimal): -3436494 or 3313867. OLE color: 3313867.

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

Color convert

RGB20314450-
CMYK00.290.750.20
HSL36.86º60.47%49.61%-
HSV(B)36.86º75.37%79.61%-
XYZ35.1832.877.51-
YUV150.9271.05165.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 50 (19.92% from 255) = 12.59%
R=51.13%
G=36.27%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031445000.290.750.2036.8660.4749.61
HexCB903201D4B14253c32
Octal3132206203511324457462
Binary1100101110010000110010011101100101110100100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9032; }

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

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

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

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

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

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

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

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