#CB9533

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

Shades of Fuel Yellow #CB9533

Tints of Fuel Yellow #CB9533

Color information

#CB9533 (or 0xCB9533) is unknown color: approx Fuel Yellow. HEX triplet: CB, 95 and 33. RGB value is (203,149,51). Sum of RGB (Red+Green+Blue) = 203+149+51=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9533 is #346ACC. Grayscale: #9A9A9A. Windows color (decimal): -3435213 or 3380683. OLE color: 3380683.

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

Color convert

RGB20314951-
CMYK00.270.750.20
HSL38.68º59.84%49.8%-
HSV(B)38.68º74.88%79.61%-
XYZ35.9734.437.88-
YUV153.9769.89162.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=50.37%
G=36.97%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031495100.270.750.2038.6859.8449.8
HexCB953301B4B14273c32
Octal3132256303311324477462
Binary1100101110010101110011011011100101110100100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9533; }

 p { color: rgb(203,149,51); }

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

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

 a { background-color: rgb(203,149,51); }

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

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

 span { border-color: rgb(203,149,51); }

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