#DE9112

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

Shades of Gamboge #DE9112

Tints of Gamboge #DE9112

Color information

#DE9112 (or 0xDE9112) is unknown color: approx Gamboge. HEX triplet: DE, 91 and 12. RGB value is (222,145,18). Sum of RGB (Red+Green+Blue) = 222+145+18=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9112 is #216EED. Grayscale: #9A9A9A. Windows color (decimal): -2191086 or 1216990. OLE color: 1216990.

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

Color convert

RGB22214518-
CMYK00.350.920.13
HSL37.35º85%47.06%-
HSV(B)37.35º91.89%87.06%-
XYZ40.3635.825.36-
YUV153.5451.51176.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.66%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 18 (7.42% from 255) = 4.68%
R=57.66%
G=37.66%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221451800.350.920.1337.358547.06
HexDE91120235CD25552f
Octal33622122043134154512557
Binary1101111010010001100100100011101110011011001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9112; }

 p { color: rgb(222,145,18); }

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

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

 a { background-color: rgb(222,145,18); }

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

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

 span { border-color: rgb(222,145,18); }

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