Html Css Color HEX #D4D974 Goldenrod

📋 copy color: '#D4D974'

red 212 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #D4D974

Tints of Goldenrod #D4D974

RGB

 RED value IS 212 (83.2% from 255) = 38.9%

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

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

R = 38.9%
G = 39.82%
B = 21.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D4D974 (or 0xD4D974) is known color: Goldenrod. HEX triplet: D4, D9 and 74. RGB value is (212,217,116). Sum of RGB (Red+Green+Blue) = 212+217+116=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D974 is #2B268B. Grayscale: #CCCCCC. Windows color (decimal): -2827916 or 7657940. OLE color: 7657940.

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

Color convert

RGB 212 217 116 -
CMYK 0.02 0 0.47 0.15
HSL 62.97º 0.57% 0.65% -
HSV(B) 62.97º 0.47% 0.85% -
XYZ 55.12 64.88 26.14 -
YUV 203.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 212 217 116 0.02 0 0.47 0.15 62.97 0.57 0.65
Hex D4 D9 74 2 0 2F F 3F 39 41
Octal 324 331 164 2 0 57 17 77 71 101
Binary 11010100 11011001 1110100 10 0 101111 1111 111111 111001 1000001

Color Harmonies of #D4D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D974

Black with #D4D974

Text Example


Text Example

White with #D4D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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