#CC9736

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

Shades of Fuel Yellow #CC9736

Tints of Fuel Yellow #CC9736

Color information

#CC9736 (or 0xCC9736) is unknown color: approx Fuel Yellow. HEX triplet: CC, 97 and 36. RGB value is (204,151,54). Sum of RGB (Red+Green+Blue) = 204+151+54=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9736 is #3368C9. Grayscale: #9C9C9C. Windows color (decimal): -3369162 or 3577804. OLE color: 3577804.

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

Color convert

RGB20415154-
CMYK00.260.740.2
HSL38.8º59.52%50.59%-
HSV(B)38.8º73.53%80%-
XYZ36.6335.248.36-
YUV155.7970.56162.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 54 (21.48% from 255) = 13.20%
R=49.88%
G=36.92%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041515400.260.740.238.859.5250.59
HexCC973601A4A14273c33
Octal3142276603211224477463
Binary1100110010010111110110011010100101010100100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9736; }

 p { color: rgb(204,151,54); }

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

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

 a { background-color: rgb(204,151,54); }

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

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

 span { border-color: rgb(204,151,54); }

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