#CC9939

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

Shades of Fuel Yellow #CC9939

Tints of Fuel Yellow #CC9939

Color information

#CC9939 (or 0xCC9939) is unknown color: approx Fuel Yellow. HEX triplet: CC, 99 and 39. RGB value is (204,153,57). Sum of RGB (Red+Green+Blue) = 204+153+57=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9939 is #3366C6. Grayscale: #9D9D9D. Windows color (decimal): -3368647 or 3774924. OLE color: 3774924.

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

Color convert

RGB20415357-
CMYK00.250.720.2
HSL39.18º59.04%51.18%-
HSV(B)39.18º72.06%80%-
XYZ37.0335.928.85-
YUV157.371.4161.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 57 (22.66% from 255) = 13.77%
R=49.28%
G=36.96%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041535700.250.720.239.1859.0451.18
HexCC99390194814273b33
Octal3142317103111024477363
Binary1100110010011001111001011001100100010100100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9939; }

 p { color: rgb(204,153,57); }

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

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

 a { background-color: rgb(204,153,57); }

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

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

 span { border-color: rgb(204,153,57); }

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