Html Css Color HEX #D8D974 Goldenrod

📋 copy color: '#D8D974'

red 216 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #D8D974

Tints of Goldenrod #D8D974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.13%

R = 39.34%
G = 39.53%
B = 21.13%

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

#D8D974 (or 0xD8D974) is known color: Goldenrod. HEX triplet: D8, D9 and 74. RGB value is (216,217,116). Sum of RGB (Red+Green+Blue) = 216+217+116=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D974 is #27268B. Grayscale: #CDCDCD. Windows color (decimal): -2565772 or 7657944. OLE color: 7657944.

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

Color convert

RGB 216 217 116 -
CMYK 0.00 0 0.47 0.15
HSL 60.59º 0.57% 0.65% -
HSV(B) 60.59º 0.47% 0.85% -
XYZ 56.28 65.49 26.2 -
YUV 205.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 216 217 116 0.00 0 0.47 0.15 60.59 0.57 0.65
Hex D8 D9 74 0 0 2F F 3D 39 41
Octal 330 331 164 0 0 57 17 75 71 101
Binary 11011000 11011001 1110100 0 0 101111 1111 111101 111001 1000001

Color Harmonies of #D8D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D974

Black with #D8D974

Text Example


Text Example

White with #D8D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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