#c99c33

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

Shades of Fuel Yellow #C99C33

Tints of Fuel Yellow #C99C33

Color information

#C99C33 (or 0xC99C33) is unknown color: approx Fuel Yellow. HEX triplet: C9, 9C and 33. RGB value is (201,156,51). Sum of RGB (Red+Green+Blue) = 201+156+51=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C33 is #3663CC. Grayscale: #9D9D9D. Windows color (decimal): -3564493 or 3382473. OLE color: 3382473.

HSL color Cylindrical-coordinate representation of color #C99C33: hue angle of 42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C99C33 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20115651-
CMYK00.220.750.21
HSL42º59.52%49.41%-
HSV(B)42º74.63%78.82%-
XYZ36.5736.438.24-
YUV157.4867.91159.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 51 (20.31% from 255) = 12.5%
R=49.26%
G=38.24%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011565100.220.750.214259.5249.41
HexC99C330164B152a3c31
Octal3112346302611325527461
Binary1100100110011100110011010110100101110101101010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c99c33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c99c33; }

 p { color: rgb(201,156,51); }

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

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

 a { background-color: rgb(201,156,51); }

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

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

 span { border-color: rgb(201,156,51); }

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