#CB9035

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

Shades of Fuel Yellow #CB9035

Tints of Fuel Yellow #CB9035

Color information

#CB9035 (or 0xCB9035) is unknown color: approx Fuel Yellow. HEX triplet: CB, 90 and 35. RGB value is (203,144,53). Sum of RGB (Red+Green+Blue) = 203+144+53=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9035 is #346FCA. Grayscale: #979797. Windows color (decimal): -3436491 or 3510475. OLE color: 3510475.

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

Color convert

RGB20314453-
CMYK00.290.740.20
HSL36.4º59.06%50.2%-
HSV(B)36.4º73.89%79.61%-
XYZ35.2432.97.86-
YUV151.2772.55164.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 53 (21.09% from 255) = 13.25%
R=50.75%
G=36%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031445300.290.740.2036.459.0650.2
HexCB903501D4A14243b32
Octal3132206503511224447362
Binary1100101110010000110101011101100101010100100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9035; }

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

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

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

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

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

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

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

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