#CC9832

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

Shades of Fuel Yellow #CC9832

Tints of Fuel Yellow #CC9832

Color information

#CC9832 (or 0xCC9832) is unknown color: approx Fuel Yellow. HEX triplet: CC, 98 and 32. RGB value is (204,152,50). Sum of RGB (Red+Green+Blue) = 204+152+50=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9832 is #3367CD. Grayscale: #9C9C9C. Windows color (decimal): -3368910 or 3315916. OLE color: 3315916.

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

Color convert

RGB20415250-
CMYK00.250.750.2
HSL39.74º60.63%49.8%-
HSV(B)39.74º75.49%80%-
XYZ36.7135.527.94-
YUV155.9268.23162.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 50 (19.92% from 255) = 12.32%
R=50.25%
G=37.44%
B=12.32%

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
Decimal2041525000.250.750.239.7460.6349.8
HexCC98320194B14283d32
Octal3142306203111324507562
Binary1100110010011000110010011001100101110100101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9832; }

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

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

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

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

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

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

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

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