#D7A20C

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

Shades of Gamboge #D7A20C

Tints of Gamboge #D7A20C

Color information

#D7A20C (or 0xD7A20C) is unknown color: approx Gamboge. HEX triplet: D7, A2 and 0C. RGB value is (215,162,12). Sum of RGB (Red+Green+Blue) = 215+162+12=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A20C is #285DF3. Grayscale: #A1A1A1. Windows color (decimal): -2645492 or 828119. OLE color: 828119.

HSL color Cylindrical-coordinate representation of color #D7A20C: hue angle of 44.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7A20C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB21516212-
CMYK00.250.940.16
HSL44.33º89.43%44.51%-
HSV(B)44.33º94.42%84.31%-
XYZ41.0140.315.97-
YUV160.7544.06166.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.27%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 12 (5.08% from 255) = 3.08%
R=55.27%
G=41.65%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151621200.250.940.1644.3389.4344.51
HexD7A2C0195E102c592d
Octal32724214031136205413155
Binary110101111010001011000110011011110100001011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A20C; }

 p { color: rgb(215,162,12); }

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

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

 a { background-color: rgb(215,162,12); }

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

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

 span { border-color: rgb(215,162,12); }

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