#CC8E2D

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

Shades of Fuel Yellow #CC8E2D

Tints of Fuel Yellow #CC8E2D

Color information

#CC8E2D (or 0xCC8E2D) is unknown color: approx Fuel Yellow. HEX triplet: CC, 8E and 2D. RGB value is (204,142,45). Sum of RGB (Red+Green+Blue) = 204+142+45=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8E2D is #3371D2. Grayscale: #959595. Windows color (decimal): -3371475 or 2985676. OLE color: 2985676.

HSL color Cylindrical-coordinate representation of color #CC8E2D: hue angle of 36.6º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC8E2D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20414245-
CMYK00.300.780.2
HSL36.6º63.86%48.82%-
HSV(B)36.6º77.94%80%-
XYZ35.0532.376.88-
YUV149.4869.04166.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 45 (17.97% from 255) = 11.51%
R=52.17%
G=36.32%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041424500.300.780.236.663.8648.82
HexCC8E2D01E4E14254031
Octal31421655036116244510061
Binary11001100100011101011010111101001110101001001011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E2D; }

 p { color: rgb(204,142,45); }

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

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

 a { background-color: rgb(204,142,45); }

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

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

 span { border-color: rgb(204,142,45); }

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