#D1A700

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

Shades of Gamboge #D1A700

Tints of Gamboge #D1A700

Color information

#D1A700 (or 0xD1A700) is unknown color: approx Gamboge. HEX triplet: D1, A7 and 00. RGB value is (209,167,0). Sum of RGB (Red+Green+Blue) = 209+167+0=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A700 is #2E58FF. Grayscale: #A1A1A1. Windows color (decimal): -3037440 or 42961. OLE color: 42961.

HSL color Cylindrical-coordinate representation of color #D1A700: hue angle of 47.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1A700 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB2091670-
CMYK00.2010.18
HSL47.94º100%40.98%-
HSV(B)47.94º100%81.96%-
XYZ40.1141.195.84-
YUV160.5237.41162.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.59%
GREEN value IS 167 (65.62% from 255) = 44.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.59%
G=44.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209167000.2010.1847.9410040.98
HexD1A700146412306429
Octal3212470024144226014451
Binary110100011010011100101001100100100101100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A700; }

 p { color: rgb(209,167,0); }

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

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

 a { background-color: rgb(209,167,0); }

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

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

 span { border-color: rgb(209,167,0); }

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