#CE9D32

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

Shades of Fuel Yellow #CE9D32

Tints of Fuel Yellow #CE9D32

Color information

#CE9D32 (or 0xCE9D32) is unknown color: approx Fuel Yellow. HEX triplet: CE, 9D and 32. RGB value is (206,157,50). Sum of RGB (Red+Green+Blue) = 206+157+50=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D32 is #3162CD. Grayscale: #9F9F9F. Windows color (decimal): -3236558 or 3317198. OLE color: 3317198.

HSL color Cylindrical-coordinate representation of color #CE9D32: hue angle of 41.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE9D32 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20615750-
CMYK00.240.760.19
HSL41.15º61.42%50.2%-
HSV(B)41.15º75.73%80.78%-
XYZ38.0937.478.24-
YUV159.4566.23161.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 157 (61.72% from 255) = 38.01%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=49.88%
G=38.01%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061575000.240.760.1941.1561.4250.2
HexCE9D320184C13293d32
Octal3162356203011423517562
Binary1100111010011101110010011000100110010011101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D32; }

 p { color: rgb(206,157,50); }

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

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

 a { background-color: rgb(206,157,50); }

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

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

 span { border-color: rgb(206,157,50); }

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