#DE9A12

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

Shades of Gamboge #DE9A12

Tints of Gamboge #DE9A12

Color information

#DE9A12 (or 0xDE9A12) is unknown color: approx Gamboge. HEX triplet: DE, 9A and 12. RGB value is (222,154,18). Sum of RGB (Red+Green+Blue) = 222+154+18=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9A12 is #2165ED. Grayscale: #9F9F9F. Windows color (decimal): -2188782 or 1219294. OLE color: 1219294.

HSL color Cylindrical-coordinate representation of color #DE9A12: hue angle of 40º 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 #DE9A12 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22215418-
CMYK00.310.920.13
HSL40º85%47.06%-
HSV(B)40º91.89%87.06%-
XYZ41.7938.685.84-
YUV158.8348.53173.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 18 (7.42% from 255) = 4.57%
R=56.35%
G=39.09%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221541800.310.920.13408547.06
HexDE9A1201F5CD28552f
Octal33623222037134155012557
Binary110111101001101010010011111101110011011010001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9A12; }

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

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

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

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

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

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

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

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