#DE9210

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

Shades of Gamboge #DE9210

Tints of Gamboge #DE9210

Color information

#DE9210 (or 0xDE9210) is unknown color: approx Gamboge. HEX triplet: DE, 92 and 10. RGB value is (222,146,16). Sum of RGB (Red+Green+Blue) = 222+146+16=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9210 is #216DEF. Grayscale: #9A9A9A. Windows color (decimal): -2190832 or 1086174. OLE color: 1086174.

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

Color convert

RGB22214616-
CMYK00.340.930.13
HSL37.86º86.55%46.67%-
HSV(B)37.86º92.79%87.06%-
XYZ40.536.125.33-
YUV153.950.18176.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 16 (6.64% from 255) = 4.17%
R=57.81%
G=38.02%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221461600.340.930.1337.8686.5546.67
HexDE92100225DD26572f
Octal33622220042135154612757
Binary1101111010010010100000100010101110111011001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9210; }

 p { color: rgb(222,146,16); }

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

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

 a { background-color: rgb(222,146,16); }

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

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

 span { border-color: rgb(222,146,16); }

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