Html Css Color HEX #D1D972 Goldenrod

📋 copy color: '#D1D972'

red 209 ◦ green 217 ◦ blue 114

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

Shades of Goldenrod #D1D972

Tints of Goldenrod #D1D972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 38.7%
G = 40.19%
B = 21.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D1D972 (or 0xD1D972) is known color: Goldenrod. HEX triplet: D1, D9 and 72. RGB value is (209,217,114). Sum of RGB (Red+Green+Blue) = 209+217+114=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D972 is #2E268D. Grayscale: #CBCBCB. Windows color (decimal): -3024526 or 7526865. OLE color: 7526865.

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

Color convert

RGB 209 217 114 -
CMYK 0.04 0 0.47 0.15
HSL 64.66º 0.58% 0.65% -
HSV(B) 64.66º 0.47% 0.85% -
XYZ 54.14 64.4 25.5 -
YUV 202.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 209 217 114 0.04 0 0.47 0.15 64.66 0.58 0.65
Hex D1 D9 72 4 0 2F F 41 3A 41
Octal 321 331 162 4 0 57 17 101 72 101
Binary 11010001 11011001 1110010 100 0 101111 1111 1000001 111010 1000001

Color Harmonies of #D1D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D972

Black with #D1D972

Text Example


Text Example

White with #D1D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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