#D2A40E

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

Shades of Gamboge #D2A40E

Tints of Gamboge #D2A40E

Color information

#D2A40E (or 0xD2A40E) is unknown color: approx Gamboge. HEX triplet: D2, A4 and 0E. RGB value is (210,164,14). Sum of RGB (Red+Green+Blue) = 210+164+14=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A40E is #2D5BF1. Grayscale: #A1A1A1. Windows color (decimal): -2972658 or 959698. OLE color: 959698.

HSL color Cylindrical-coordinate representation of color #D2A40E: hue angle of 45.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2A40E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB21016414-
CMYK00.220.930.18
HSL45.92º87.5%43.92%-
HSV(B)45.92º93.33%82.35%-
XYZ39.9340.286.09-
YUV160.6545.24163.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.12%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 14 (5.86% from 255) = 3.61%
R=54.12%
G=42.27%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101641400.220.930.1845.9287.543.92
HexD2A4E0165D122e582c
Octal32224416026135225613054
Binary110100101010010011100101101011101100101011101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A40E; }

 p { color: rgb(210,164,14); }

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

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

 a { background-color: rgb(210,164,14); }

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

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

 span { border-color: rgb(210,164,14); }

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