#D1D166

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

Shades of Goldenrod #D1D166

Tints of Goldenrod #D1D166

Color information

#D1D166 (or 0xD1D166) is unknown color: approx Goldenrod. HEX triplet: D1, D1 and 66. RGB value is (209,209,102). Sum of RGB (Red+Green+Blue) = 209+209+102=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D166 is #2E2E99. Grayscale: #C5C5C5. Windows color (decimal): -3026586 or 6738385. OLE color: 6738385.

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

Color convert

RGB209209102-
CMYK000.510.18
HSL60º53.77%60.98%-
HSV(B)60º51.2%81.96%-
XYZ51.4960.1221.46-
YUV196.874.5136.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=40.19%
G=40.19%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209209102000.510.186053.7760.98
HexD1D1660033123c363d
Octal321321146006322746675
Binary110100011101000111001100011001110010111100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D166; }

 p { color: rgb(209,209,102); }

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

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

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

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

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

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

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