#D1D061

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

Shades of Goldenrod #D1D061

Tints of Goldenrod #D1D061

Color information

#D1D061 (or 0xD1D061) is unknown color: approx Goldenrod. HEX triplet: D1, D0 and 61. RGB value is (209,208,97). Sum of RGB (Red+Green+Blue) = 209+208+97=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D061 is #2E2F9E. Grayscale: #C4C4C4. Windows color (decimal): -3026847 or 6410449. OLE color: 6410449.

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

Color convert

RGB20920897-
CMYK00.000.540.18
HSL59.46º54.9%60%-
HSV(B)59.46º53.59%81.96%-
XYZ51.0159.5320.11-
YUV195.6472.33137.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=40.66%
G=40.47%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092089700.000.540.1859.4654.960
HexD1D0610036123b373c
Octal321320141006622736774
Binary110100011101000011000010011011010010111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D061; }

 p { color: rgb(209,208,97); }

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

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

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

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

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

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

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