#D5AA0A

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

Shades of Gamboge #D5AA0A

Tints of Gamboge #D5AA0A

Color information

#D5AA0A (or 0xD5AA0A) is unknown color: approx Gamboge. HEX triplet: D5, AA and 0A. RGB value is (213,170,10). Sum of RGB (Red+Green+Blue) = 213+170+10=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AA0A is #2A55F5. Grayscale: #A5A5A5. Windows color (decimal): -2774518 or 699093. OLE color: 699093.

HSL color Cylindrical-coordinate representation of color #D5AA0A: hue angle of 47.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5AA0A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB21317010-
CMYK00.200.950.16
HSL47.29º91.03%43.73%-
HSV(B)47.29º95.31%83.53%-
XYZ41.8742.926.36-
YUV164.6240.75162.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 10 (4.30% from 255) = 2.54%
R=54.20%
G=43.26%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131701000.200.950.1647.2991.0343.73
HexD5AAA0145F102f5b2c
Octal32525212024137205713354
Binary110101011010101010100101001011111100001011111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA0A; }

 p { color: rgb(213,170,10); }

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

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

 a { background-color: rgb(213,170,10); }

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

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

 span { border-color: rgb(213,170,10); }

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