#DEA011

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

Shades of Gamboge #DEA011

Tints of Gamboge #DEA011

Color information

#DEA011 (or 0xDEA011) is unknown color: approx Gamboge. HEX triplet: DE, A0 and 11. RGB value is (222,160,17). Sum of RGB (Red+Green+Blue) = 222+160+17=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA011 is #215FEE. Grayscale: #A2A2A2. Windows color (decimal): -2187247 or 1155294. OLE color: 1155294.

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

Color convert

RGB22216017-
CMYK00.280.920.13
HSL41.85º85.77%46.86%-
HSV(B)41.85º92.34%87.06%-
XYZ42.840.716.13-
YUV162.2446.04170.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 17 (7.03% from 255) = 4.26%
R=55.64%
G=40.10%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221601700.280.920.1341.8585.7746.86
HexDEA01101C5CD2a562f
Octal33624021034134155212657
Binary110111101010000010001011100101110011011010101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA011; }

 p { color: rgb(222,160,17); }

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

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

 a { background-color: rgb(222,160,17); }

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

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

 span { border-color: rgb(222,160,17); }

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