#D2D879

Color #D2D879 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D2D879

Tints of Goldenrod #D2D879

Color information

#D2D879 (or 0xD2D879) is unknown color: approx Goldenrod. HEX triplet: D2, D8 and 79. RGB value is (210,216,121). Sum of RGB (Red+Green+Blue) = 210+216+121=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D879 is #2D2786. Grayscale: #CBCBCB. Windows color (decimal): -2959239 or 7985362. OLE color: 7985362.

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

Color convert

RGB210216121-
CMYK0.0300.440.15
HSL63.79º54.91%66.08%-
HSV(B)63.79º43.98%84.71%-
XYZ54.5964.1927.6-
YUV203.3881.51132.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 121 (47.66% from 255) = 22.12%
R=38.39%
G=39.49%
B=22.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102161210.0300.440.1563.7954.9166.08
HexD2D879302CF403742
Octal32233017130541710067102
Binary11010010110110001111001110101100111110000001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D879; }

 p { color: rgb(210,216,121); }

 H1.HeaderClassName
 {
   color: #D2D879;
 }
 .AnyTagClassName
 {
   color: #D2D879;
 }
</style>
background-color css

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

 a { background-color: rgb(210,216,121); }

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

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

 span { border-color: rgb(210,216,121); }

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