#D1D775

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

Shades of Goldenrod #D1D775

Tints of Goldenrod #D1D775

Color information

#D1D775 (or 0xD1D775) is unknown color: approx Goldenrod. HEX triplet: D1, D7 and 75. RGB value is (209,215,117). Sum of RGB (Red+Green+Blue) = 209+215+117=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D775 is #2E288A. Grayscale: #CACACA. Windows color (decimal): -3025035 or 7722961. OLE color: 7722961.

HSL color Cylindrical-coordinate representation of color #D1D775: hue angle of 63.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D775 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB209215117-
CMYK0.0300.460.16
HSL63.67º55.06%65.1%-
HSV(B)63.67º45.58%84.31%-
XYZ53.8163.4426.24-
YUV202.0380.01132.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 215 (84.38% from 255) = 39.74%
BLUE value IS 117 (46.09% from 255) = 21.63%
R=38.63%
G=39.74%
B=21.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092151170.0300.460.1663.6755.0665.1
HexD1D775302E10403741
Octal32132716530562010067101
Binary110100011101011111101011101011101000010000001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D775; }

 p { color: rgb(209,215,117); }

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

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

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

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

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

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

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