#D5D878

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

Shades of Goldenrod #D5D878

Tints of Goldenrod #D5D878

Color information

#D5D878 (or 0xD5D878) is unknown color: approx Goldenrod. HEX triplet: D5, D8 and 78. RGB value is (213,216,120). Sum of RGB (Red+Green+Blue) = 213+216+120=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D878 is #2A2787. Grayscale: #CCCCCC. Windows color (decimal): -2762632 or 7919829. OLE color: 7919829.

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

Color convert

RGB213216120-
CMYK0.0100.440.15
HSL61.88º55.17%65.88%-
HSV(B)61.88º44.44%84.71%-
XYZ55.3964.6127.32-
YUV204.1680.51134.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 120 (47.27% from 255) = 21.86%
R=38.80%
G=39.34%
B=21.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132161200.0100.440.1561.8855.1765.88
HexD5D878102CF3e3742
Octal3253301701054177667102
Binary110101011101100011110001010110011111111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D878; }

 p { color: rgb(213,216,120); }

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

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

 a { background-color: rgb(213,216,120); }

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

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

 span { border-color: rgb(213,216,120); }

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