#D1A600

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

Shades of Gamboge #D1A600

Tints of Gamboge #D1A600

Color information

#D1A600 (or 0xD1A600) is unknown color: approx Gamboge. HEX triplet: D1, A6 and 00. RGB value is (209,166,0). Sum of RGB (Red+Green+Blue) = 209+166+0=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A600 is #2E59FF. Grayscale: #A0A0A0. Windows color (decimal): -3037696 or 42705. OLE color: 42705.

HSL color Cylindrical-coordinate representation of color #D1A600: hue angle of 47.66º 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 #D1A600 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB2091660-
CMYK00.2110.18
HSL47.66º100%40.98%-
HSV(B)47.66º100%81.96%-
XYZ39.9340.835.78-
YUV159.9337.75163-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.73%
G=44.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209166000.2110.1847.6610040.98
HexD1A600156412306429
Octal3212460025144226014451
Binary110100011010011000101011100100100101100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A600; }

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

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

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

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

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

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

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

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