Html Css Color HEX #D2D978 Goldenrod

📋 copy color: '#D2D978'

red 210 ◦ green 217 ◦ blue 120

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

Shades of Goldenrod #D2D978

Tints of Goldenrod #D2D978

RGB

 RED value IS 210 (82.42% from 255) = 38.39%

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

 BLUE value IS 120 (47.27% from 255) = 21.94%

R = 38.39%
G = 39.67%
B = 21.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D2D978 (or 0xD2D978) is known color: Goldenrod. HEX triplet: D2, D9 and 78. RGB value is (210,217,120). Sum of RGB (Red+Green+Blue) = 210+217+120=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D978 is #2D2687. Grayscale: #CCCCCC. Windows color (decimal): -2958984 or 7920082. OLE color: 7920082.

HSL color Cylindrical-coordinate representation of color #D2D978: hue angle of 64.33º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D978 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 120 -
CMYK 0.03 0 0.45 0.15
HSL 64.33º 0.56% 0.66% -
HSV(B) 64.33º 0.45% 0.85% -
XYZ 54.78 64.68 27.37 -
YUV 203.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 210 217 120 0.03 0 0.45 0.15 64.33 0.56 0.66
Hex D2 D9 78 3 0 2D F 40 38 42
Octal 322 331 170 3 0 55 17 100 70 102
Binary 11010010 11011001 1111000 11 0 101101 1111 1000000 111000 1000010

Color Harmonies of #D2D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D978

Black with #D2D978

Text Example


Text Example

White with #D2D978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D978; }

 p { color: rgb(210,217,120); }

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

background-color css

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

 a { background-color: rgb(210,217,120); }

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

border-color css

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

 span { border-color: rgb(210,217,120); }

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