#DEA606

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

Shades of Gamboge #DEA606

Tints of Gamboge #DEA606

Color information

#DEA606 (or 0xDEA606) is unknown color: approx Gamboge. HEX triplet: DE, A6 and 06. RGB value is (222,166,6). Sum of RGB (Red+Green+Blue) = 222+166+6=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA606 is #2159F9. Grayscale: #A5A5A5. Windows color (decimal): -2185722 or 435934. OLE color: 435934.

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

Color convert

RGB2221666-
CMYK00.250.970.13
HSL44.44º94.74%44.71%-
HSV(B)44.44º97.3%87.06%-
XYZ43.7942.826.13-
YUV164.538.55169.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 6 (2.73% from 255) = 1.52%
R=56.35%
G=42.13%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222166600.250.970.1344.4494.7444.71
HexDEA6601961D2c5f2d
Octal3362466031141155413755
Binary1101111010100110110011001110000111011011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA606; }

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

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

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

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

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

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

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

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