#CC9B32

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

Shades of Fuel Yellow #CC9B32

Tints of Fuel Yellow #CC9B32

Color information

#CC9B32 (or 0xCC9B32) is unknown color: approx Fuel Yellow. HEX triplet: CC, 9B and 32. RGB value is (204,155,50). Sum of RGB (Red+Green+Blue) = 204+155+50=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B32 is #3364CD. Grayscale: #9E9E9E. Windows color (decimal): -3368142 or 3316684. OLE color: 3316684.

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

Color convert

RGB20415550-
CMYK00.240.750.2
HSL40.91º60.63%49.8%-
HSV(B)40.91º75.49%80%-
XYZ37.236.518.1-
YUV157.6867.23161.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 50 (19.92% from 255) = 12.22%
R=49.88%
G=37.90%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041555000.240.750.240.9160.6349.8
HexCC9B320184B14293d32
Octal3142336203011324517562
Binary1100110010011011110010011000100101110100101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B32; }

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

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

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

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

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

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

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

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