#CC9932

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

Shades of Fuel Yellow #CC9932

Tints of Fuel Yellow #CC9932

Color information

#CC9932 (or 0xCC9932) is unknown color: approx Fuel Yellow. HEX triplet: CC, 99 and 32. RGB value is (204,153,50). Sum of RGB (Red+Green+Blue) = 204+153+50=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9932 is #3366CD. Grayscale: #9C9C9C. Windows color (decimal): -3368654 or 3316172. OLE color: 3316172.

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

Color convert

RGB20415350-
CMYK00.250.750.2
HSL40.13º60.63%49.8%-
HSV(B)40.13º75.49%80%-
XYZ36.8735.857.99-
YUV156.5167.9161.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 50 (19.92% from 255) = 12.29%
R=50.12%
G=37.59%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041535000.250.750.240.1360.6349.8
HexCC99320194B14283d32
Octal3142316203111324507562
Binary1100110010011001110010011001100101110100101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9932; }

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

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

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

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

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

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

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

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