#cc9c2d

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

Shades of Fuel Yellow #CC9C2D

Tints of Fuel Yellow #CC9C2D

Color information

#CC9C2D (or 0xCC9C2D) is unknown color: approx Fuel Yellow. HEX triplet: CC, 9C and 2D. RGB value is (204,156,45). Sum of RGB (Red+Green+Blue) = 204+156+45=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C2D is #3363D2. Grayscale: #9E9E9E. Windows color (decimal): -3367891 or 2989260. OLE color: 2989260.

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

Color convert

RGB20415645-
CMYK00.240.780.2
HSL41.89º63.86%48.82%-
HSV(B)41.89º77.94%80%-
XYZ37.2636.87.62-
YUV157.764.4161.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 45 (17.97% from 255) = 11.11%
R=50.37%
G=38.52%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041564500.240.780.241.8963.8648.82
HexCC9C2D0184E142a4031
Octal31423455030116245210061
Binary11001100100111001011010110001001110101001010101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9c2d; }

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

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

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

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

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

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

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

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