Html Css Color HEX #D8D972 Goldenrod

📋 copy color: '#D8D972'

red 216 ◦ green 217 ◦ blue 114

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

Shades of Goldenrod #D8D972

Tints of Goldenrod #D8D972

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

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

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

R = 39.49%
G = 39.67%
B = 20.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8D972 (or 0xD8D972) is known color: Goldenrod. HEX triplet: D8, D9 and 72. RGB value is (216,217,114). Sum of RGB (Red+Green+Blue) = 216+217+114=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D972 is #27268D. Grayscale: #CDCDCD. Windows color (decimal): -2565774 or 7526872. OLE color: 7526872.

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

Color convert

RGB 216 217 114 -
CMYK 0.00 0 0.47 0.15
HSL 60.58º 0.58% 0.65% -
HSV(B) 60.58º 0.47% 0.85% -
XYZ 56.17 65.44 25.59 -
YUV 204.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 216 217 114 0.00 0 0.47 0.15 60.58 0.58 0.65
Hex D8 D9 72 0 0 2F F 3D 3A 41
Octal 330 331 162 0 0 57 17 75 72 101
Binary 11011000 11011001 1110010 0 0 101111 1111 111101 111010 1000001

Color Harmonies of #D8D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D972

Black with #D8D972

Text Example


Text Example

White with #D8D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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