#DEAA10

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

Shades of Gamboge #DEAA10

Tints of Gamboge #DEAA10

Color information

#DEAA10 (or 0xDEAA10) is unknown color: approx Gamboge. HEX triplet: DE, AA and 10. RGB value is (222,170,16). Sum of RGB (Red+Green+Blue) = 222+170+16=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAA10 is #2155EF. Grayscale: #A8A8A8. Windows color (decimal): -2184688 or 1092318. OLE color: 1092318.

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

Color convert

RGB22217016-
CMYK00.230.930.13
HSL44.85º86.55%46.67%-
HSV(B)44.85º92.79%87.06%-
XYZ44.5944.326.69-
YUV167.9942.23166.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.41%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 16 (6.64% from 255) = 3.92%
R=54.41%
G=41.67%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221701600.230.930.1344.8586.5546.67
HexDEAA100175DD2d572f
Octal33625220027135155512757
Binary110111101010101010000010111101110111011011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA10; }

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

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

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

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

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

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

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

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