#D1A800

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

Shades of Gamboge #D1A800

Tints of Gamboge #D1A800

Color information

#D1A800 (or 0xD1A800) is unknown color: approx Gamboge. HEX triplet: D1, A8 and 00. RGB value is (209,168,0). Sum of RGB (Red+Green+Blue) = 209+168+0=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A800 is #2E57FF. Grayscale: #A1A1A1. Windows color (decimal): -3037184 or 43217. OLE color: 43217.

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

Color convert

RGB2091680-
CMYK00.2010.18
HSL48.23º100%40.98%-
HSV(B)48.23º100%81.96%-
XYZ40.341.565.9-
YUV161.1137.08162.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.44%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.44%
G=44.56%
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
Decimal209168000.2010.1848.2310040.98
HexD1A800146412306429
Octal3212500024144226014451
Binary110100011010100000101001100100100101100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A800; }

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

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

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

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

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

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

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

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