Html Css Color HEX #D2D971 Goldenrod

📋 copy color: '#D2D971'

red 210 ◦ green 217 ◦ blue 113

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

Shades of Goldenrod #D2D971

Tints of Goldenrod #D2D971

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 value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D2D971 (or 0xD2D971) is known color: 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

RGB 210 217 113 -
CMYK 0.03 0 0.48 0.15
HSL 64.04º 0.58% 0.65% -
HSV(B) 64.04º 0.48% 0.85% -
XYZ 54.37 64.52 25.21 -
YUV 203.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 210 217 113 0.03 0 0.48 0.15 64.04 0.58 0.65
Hex D2 D9 71 3 0 30 F 40 3A 41
Octal 322 331 161 3 0 60 17 100 72 101
Binary 11010010 11011001 1110001 11 0 110000 1111 1000000 111010 1000001

Color Harmonies of #D2D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D971

Black with #D2D971

Text Example


Text Example

White with #D2D971

Text Example


Text Example

HTML Codes & Css Web 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>