#CB9638

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

Shades of Fuel Yellow #CB9638

Tints of Fuel Yellow #CB9638

Color information

#CB9638 (or 0xCB9638) is unknown color: approx Fuel Yellow. HEX triplet: CB, 96 and 38. RGB value is (203,150,56). Sum of RGB (Red+Green+Blue) = 203+150+56=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9638 is #3469C7. Grayscale: #9B9B9B. Windows color (decimal): -3434952 or 3708619. OLE color: 3708619.

HSL color Cylindrical-coordinate representation of color #CB9638: hue angle of 38.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB9638 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20315056-
CMYK00.260.720.20
HSL38.37º58.57%50.78%-
HSV(B)38.37º72.41%79.61%-
XYZ36.2534.798.55-
YUV155.1372.06162.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 56 (22.27% from 255) = 13.69%
R=49.63%
G=36.67%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031505600.260.720.2038.3758.5750.78
HexCB963801A4814263b33
Octal3132267003211024467363
Binary1100101110010110111000011010100100010100100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9638; }

 p { color: rgb(203,150,56); }

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

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

 a { background-color: rgb(203,150,56); }

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

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

 span { border-color: rgb(203,150,56); }

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