#CC9332

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

Shades of Fuel Yellow #CC9332

Tints of Fuel Yellow #CC9332

Color information

#CC9332 (or 0xCC9332) is unknown color: approx Fuel Yellow. HEX triplet: CC, 93 and 32. RGB value is (204,147,50). Sum of RGB (Red+Green+Blue) = 204+147+50=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9332 is #336CCD. Grayscale: #999999. Windows color (decimal): -3370190 or 3314636. OLE color: 3314636.

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

Color convert

RGB20414750-
CMYK00.280.750.2
HSL37.79º60.63%49.8%-
HSV(B)37.79º75.49%80%-
XYZ35.9133.947.68-
YUV152.9869.88164.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.87%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 50 (19.92% from 255) = 12.47%
R=50.87%
G=36.66%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041475000.280.750.237.7960.6349.8
HexCC933201C4B14263d32
Octal3142236203411324467562
Binary1100110010010011110010011100100101110100100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9332; }

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

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

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

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

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

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

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

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