#D1DA71

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

Shades of Goldenrod #D1DA71

Tints of Goldenrod #D1DA71

Color information

#D1DA71 (or 0xD1DA71) is unknown color: approx Goldenrod. HEX triplet: D1, DA and 71. RGB value is (209,218,113). Sum of RGB (Red+Green+Blue) = 209+218+113=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA71 is #2E258E. Grayscale: #CBCBCB. Windows color (decimal): -3024271 or 7461585. OLE color: 7461585.

HSL color Cylindrical-coordinate representation of color #D1DA71: hue angle of 65.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1DA71 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB209218113-
CMYK0.0400.480.15
HSL65.14º58.66%64.9%-
HSV(B)65.14º48.17%85.49%-
XYZ54.3564.8925.28-
YUV203.3477.02132.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 113 (44.53% from 255) = 20.93%
R=38.70%
G=40.37%
B=20.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181130.0400.480.1565.1458.6664.9
HexD1DA714030F413b41
Octal32133216140601710173101
Binary110100011101101011100011000110000111110000011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA71; }

 p { color: rgb(209,218,113); }

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

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

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

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

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

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

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