#D8D56E

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

Shades of Goldenrod #D8D56E

Tints of Goldenrod #D8D56E

Color information

#D8D56E (or 0xD8D56E) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 6E. RGB value is (216,213,110). Sum of RGB (Red+Green+Blue) = 216+213+110=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D56E is #272A91. Grayscale: #CACACA. Windows color (decimal): -2566802 or 7263704. OLE color: 7263704.

HSL color Cylindrical-coordinate representation of color #D8D56E: hue angle of 58.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8D56E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216213110-
CMYK00.010.490.15
HSL58.3º57.61%63.92%-
HSV(B)58.3º49.07%84.71%-
XYZ54.9363.3124.08-
YUV202.1675.99137.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 110 (43.36% from 255) = 20.41%
R=40.07%
G=39.52%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621311000.010.490.1558.357.6163.92
HexD8D56E0131F3a3a40
Octal3303251560161177272100
Binary110110001101010111011100111000111111110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D56E; }

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

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

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

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

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

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

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

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