Html Css Color HEX #D1D970 Goldenrod

📋 copy color: '#D1D970'

red 209 ◦ green 217 ◦ blue 112

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

Shades of Goldenrod #D1D970

Tints of Goldenrod #D1D970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 38.85%
G = 40.33%
B = 20.82%

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

#D1D970 (or 0xD1D970) is known color: Goldenrod. HEX triplet: D1, D9 and 70. RGB value is (209,217,112). Sum of RGB (Red+Green+Blue) = 209+217+112=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D970 is #2E268F. Grayscale: #CBCBCB. Windows color (decimal): -3024528 or 7395793. OLE color: 7395793.

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

Color convert

RGB 209 217 112 -
CMYK 0.04 0 0.48 0.15
HSL 64.57º 0.58% 0.65% -
HSV(B) 64.57º 0.48% 0.85% -
XYZ 54.03 64.35 24.9 -
YUV 202.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 209 217 112 0.04 0 0.48 0.15 64.57 0.58 0.65
Hex D1 D9 70 4 0 30 F 41 3A 41
Octal 321 331 160 4 0 60 17 101 72 101
Binary 11010001 11011001 1110000 100 0 110000 1111 1000001 111010 1000001

Color Harmonies of #D1D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D970

Black with #D1D970

Text Example


Text Example

White with #D1D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D970; }

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

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

background-color css

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

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

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

border-color css

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

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

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