#CC8D36

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

Shades of Fuel Yellow #CC8D36

Tints of Fuel Yellow #CC8D36

Color information

#CC8D36 (or 0xCC8D36) is unknown color: approx Fuel Yellow. HEX triplet: CC, 8D and 36. RGB value is (204,141,54). Sum of RGB (Red+Green+Blue) = 204+141+54=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D36 is #3372C9. Grayscale: #969696. Windows color (decimal): -3371722 or 3575244. OLE color: 3575244.

HSL color Cylindrical-coordinate representation of color #CC8D36: hue angle of 34.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 #CC8D36 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20414154-
CMYK00.310.740.2
HSL34.8º59.52%50.59%-
HSV(B)34.8º73.53%80%-
XYZ35.0932.157.85-
YUV149.9273.87166.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 54 (21.48% from 255) = 13.53%
R=51.13%
G=35.34%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041415400.310.740.234.859.5250.59
HexCC8D3601F4A14233c33
Octal3142156603711224437463
Binary1100110010001101110110011111100101010100100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D36; }

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

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

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

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

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

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

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

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