Html Css Color HEX #D1D974 Goldenrod

📋 copy color: '#D1D974'

red 209 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #D1D974

Tints of Goldenrod #D1D974

RGB

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

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

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

R = 38.56%
G = 40.04%
B = 21.4%

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

#D1D974 (or 0xD1D974) is known color: Goldenrod. HEX triplet: D1, D9 and 74. RGB value is (209,217,116). Sum of RGB (Red+Green+Blue) = 209+217+116=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D974 is #2E268B. Grayscale: #CBCBCB. Windows color (decimal): -3024524 or 7657937. OLE color: 7657937.

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

Color convert

RGB 209 217 116 -
CMYK 0.04 0 0.47 0.15
HSL 64.75º 0.57% 0.65% -
HSV(B) 64.75º 0.47% 0.85% -
XYZ 54.26 64.44 26.1 -
YUV 203.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 209 217 116 0.04 0 0.47 0.15 64.75 0.57 0.65
Hex D1 D9 74 4 0 2F F 41 39 41
Octal 321 331 164 4 0 57 17 101 71 101
Binary 11010001 11011001 1110100 100 0 101111 1111 1000001 111001 1000001

Color Harmonies of #D1D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D974

Black with #D1D974

Text Example


Text Example

White with #D1D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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