#DE9B06

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

Shades of Gamboge #DE9B06

Tints of Gamboge #DE9B06

Color information

#DE9B06 (or 0xDE9B06) is unknown color: approx Gamboge. HEX triplet: DE, 9B and 06. RGB value is (222,155,6). Sum of RGB (Red+Green+Blue) = 222+155+6=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9B06 is #2164F9. Grayscale: #9E9E9E. Windows color (decimal): -2188538 or 433118. OLE color: 433118.

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

Color convert

RGB2221556-
CMYK00.300.970.13
HSL41.39º94.74%44.71%-
HSV(B)41.39º97.3%87.06%-
XYZ41.8838.995.49-
YUV158.0542.2173.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.96%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=57.96%
G=40.47%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222155600.300.970.1341.3994.7444.71
HexDE9B601E61D295f2d
Octal3362336036141155113755
Binary1101111010011011110011110110000111011010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9B06; }

 p { color: rgb(222,155,6); }

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

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

 a { background-color: rgb(222,155,6); }

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

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

 span { border-color: rgb(222,155,6); }

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