Html Css Color HEX #D1D971 Goldenrod

📋 copy color: '#D1D971'

red 209 ◦ green 217 ◦ blue 113

#D1D971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D1D971

Tints of Goldenrod #D1D971

RGB

 RED value IS 209 (82.03% from 255) = 38.78%

 GREEN value IS 217 (85.16% from 255) = 40.26%

 BLUE value IS 113 (44.53% from 255) = 20.96%

R = 38.78%
G = 40.26%
B = 20.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D1D971 (or 0xD1D971) is known color: Goldenrod. HEX triplet: D1, D9 and 71. RGB value is (209,217,113). Sum of RGB (Red+Green+Blue) = 209+217+113=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D971 is #2E268E. Grayscale: #CBCBCB. Windows color (decimal): -3024527 or 7461329. OLE color: 7461329.

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

Color convert

RGB 209 217 113 -
CMYK 0.04 0 0.48 0.15
HSL 64.62º 0.58% 0.65% -
HSV(B) 64.62º 0.48% 0.85% -
XYZ 54.09 64.37 25.2 -
YUV 202.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 209 217 113 0.04 0 0.48 0.15 64.62 0.58 0.65
Hex D1 D9 71 4 0 30 F 41 3A 41
Octal 321 331 161 4 0 60 17 101 72 101
Binary 11010001 11011001 1110001 100 0 110000 1111 1000001 111010 1000001

Color Harmonies of #D1D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D971

Black with #D1D971

Text Example


Text Example

White with #D1D971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D971; }

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

 H1.HeaderClassName
 {
   color: #D1D971;
 }
 .AnyTagClassName
 {
   color: #D1D971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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