#D2D971

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

Shades of Goldenrod #D2D971

Tints of Goldenrod #D2D971

Color information

#D2D971 (or 0xD2D971) is unknown color: approx Goldenrod. HEX triplet: D2, D9 and 71. RGB value is (210,217,113). Sum of RGB (Red+Green+Blue) = 210+217+113=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D971 is #2D268E. Grayscale: #CBCBCB. Windows color (decimal): -2958991 or 7461330. OLE color: 7461330.

HSL color Cylindrical-coordinate representation of color #D2D971: hue angle of 64.04º degrees, saturation: 0.58, 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 #D2D971 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB210217113-
CMYK0.0300.480.15
HSL64.04º57.78%64.71%-
HSV(B)64.04º47.93%85.1%-
XYZ54.3764.5225.21-
YUV203.0577.18132.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 113 (44.53% from 255) = 20.93%
R=38.89%
G=40.19%
B=20.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171130.0300.480.1564.0457.7864.71
HexD2D9713030F403a41
Octal32233116130601710072101
Binary11010010110110011110001110110000111110000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D971; }

 p { color: rgb(210,217,113); }

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

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

 a { background-color: rgb(210,217,113); }

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

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

 span { border-color: rgb(210,217,113); }

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