#CC8F2D

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

Shades of Fuel Yellow #CC8F2D

Tints of Fuel Yellow #CC8F2D

Color information

#CC8F2D (or 0xCC8F2D) is unknown color: approx Fuel Yellow. HEX triplet: CC, 8F and 2D. RGB value is (204,143,45). Sum of RGB (Red+Green+Blue) = 204+143+45=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F2D is #3370D2. Grayscale: #969696. Windows color (decimal): -3371219 or 2985932. OLE color: 2985932.

HSL color Cylindrical-coordinate representation of color #CC8F2D: hue angle of 36.98º 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 #CC8F2D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20414345-
CMYK00.300.780.2
HSL36.98º63.86%48.82%-
HSV(B)36.98º77.94%80%-
XYZ35.232.676.93-
YUV150.0768.71166.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 45 (17.97% from 255) = 11.48%
R=52.04%
G=36.48%
B=11.48%

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
Decimal2041434500.300.780.236.9863.8648.82
HexCC8F2D01E4E14254031
Octal31421755036116244510061
Binary11001100100011111011010111101001110101001001011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8F2D; }

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

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

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

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

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

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

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

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