Html Css Color HEX #D2D778 Goldenrod

📋 copy color: '#D2D778'

red 210 ◦ green 215 ◦ blue 120

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

Shades of Goldenrod #D2D778

Tints of Goldenrod #D2D778

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.45%

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

R = 38.53%
G = 39.45%
B = 22.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D2D778 (or 0xD2D778) is known color: Goldenrod. HEX triplet: D2, D7 and 78. RGB value is (210,215,120). Sum of RGB (Red+Green+Blue) = 210+215+120=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D778 is #2D2887. Grayscale: #CBCBCB. Windows color (decimal): -2959496 or 7919570. OLE color: 7919570.

HSL color Cylindrical-coordinate representation of color #D2D778: hue angle of 63.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2D778 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 120 -
CMYK 0.02 0 0.44 0.16
HSL 63.16º 0.54% 0.66% -
HSV(B) 63.16º 0.44% 0.84% -
XYZ 54.27 63.66 27.2 -
YUV 202.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 210 215 120 0.02 0 0.44 0.16 63.16 0.54 0.66
Hex D2 D7 78 2 0 2C 10 3F 36 42
Octal 322 327 170 2 0 54 20 77 66 102
Binary 11010010 11010111 1111000 10 0 101100 10000 111111 110110 1000010

Color Harmonies of #D2D778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D778

Black with #D2D778

Text Example


Text Example

White with #D2D778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D778; }

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

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

background-color css

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

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

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

border-color css

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

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

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