#D1D060

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

Shades of Goldenrod #D1D060

Tints of Goldenrod #D1D060

Color information

#D1D060 (or 0xD1D060) is unknown color: approx Goldenrod. HEX triplet: D1, D0 and 60. RGB value is (209,208,96). Sum of RGB (Red+Green+Blue) = 209+208+96=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D060 is #2E2F9F. Grayscale: #C3C3C3. Windows color (decimal): -3026848 or 6344913. OLE color: 6344913.

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

Color convert

RGB20920896-
CMYK00.000.540.18
HSL59.47º55.12%59.8%-
HSV(B)59.47º54.07%81.96%-
XYZ50.9659.5119.87-
YUV195.5371.83137.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=40.74%
G=40.55%
B=18.71%

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
Decimal2092089600.000.540.1859.4755.1259.8
HexD1D0600036123b373c
Octal321320140006622736774
Binary110100011101000011000000011011010010111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D060; }

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

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

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

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

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

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

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

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