#DE9E09

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

Shades of Gamboge #DE9E09

Tints of Gamboge #DE9E09

Color information

#DE9E09 (or 0xDE9E09) is unknown color: approx Gamboge. HEX triplet: DE, 9E and 09. RGB value is (222,158,9). Sum of RGB (Red+Green+Blue) = 222+158+9=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9E09 is #2161F6. Grayscale: #A0A0A0. Windows color (decimal): -2187767 or 630494. OLE color: 630494.

HSL color Cylindrical-coordinate representation of color #DE9E09: hue angle of 41.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE9E09 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB2221589-
CMYK00.290.960.13
HSL41.97º92.21%45.29%-
HSV(B)41.97º95.95%87.06%-
XYZ42.4405.75-
YUV160.1542.7172.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.07%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 9 (3.91% from 255) = 2.31%
R=57.07%
G=40.62%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222158900.290.960.1341.9792.2145.29
HexDE9E901D60D2a5c2d
Octal33623611035140155213455
Binary11011110100111101001011101110000011011010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9E09; }

 p { color: rgb(222,158,9); }

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

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

 a { background-color: rgb(222,158,9); }

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

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

 span { border-color: rgb(222,158,9); }

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