#C99C38

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

Shades of Fuel Yellow #C99C38

Tints of Fuel Yellow #C99C38

Color information

#C99C38 (or 0xC99C38) is unknown color: approx Fuel Yellow. HEX triplet: C9, 9C and 38. RGB value is (201,156,56). Sum of RGB (Red+Green+Blue) = 201+156+56=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C38 is #3663C7. Grayscale: #9E9E9E. Windows color (decimal): -3564488 or 3710153. OLE color: 3710153.

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

Color convert

RGB20115656-
CMYK00.220.720.21
HSL41.38º57.31%50.39%-
HSV(B)41.38º72.14%78.82%-
XYZ36.6936.488.85-
YUV158.0670.41158.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 56 (22.27% from 255) = 13.56%
R=48.67%
G=37.77%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011565600.220.720.2141.3857.3150.39
HexC99C380164815293932
Octal3112347002611025517162
Binary1100100110011100111000010110100100010101101001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C38; }

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

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

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

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

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

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

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

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