Html Css Color HEX #D6D974 Goldenrod

📋 copy color: '#D6D974'

red 214 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #D6D974

Tints of Goldenrod #D6D974

RGB

 RED value IS 214 (83.98% from 255) = 39.12%

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

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

R = 39.12%
G = 39.67%
B = 21.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D6D974 (or 0xD6D974) is known color: Goldenrod. HEX triplet: D6, D9 and 74. RGB value is (214,217,116). Sum of RGB (Red+Green+Blue) = 214+217+116=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D974 is #29268B. Grayscale: #CCCCCC. Windows color (decimal): -2696844 or 7657942. OLE color: 7657942.

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

Color convert

RGB 214 217 116 -
CMYK 0.01 0 0.47 0.15
HSL 61.78º 0.57% 0.65% -
HSV(B) 61.78º 0.47% 0.85% -
XYZ 55.7 65.18 26.17 -
YUV 204.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 214 217 116 0.01 0 0.47 0.15 61.78 0.57 0.65
Hex D6 D9 74 1 0 2F F 3E 39 41
Octal 326 331 164 1 0 57 17 76 71 101
Binary 11010110 11011001 1110100 1 0 101111 1111 111110 111001 1000001

Color Harmonies of #D6D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D974

Black with #D6D974

Text Example


Text Example

White with #D6D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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