#D5D56E

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

Shades of Goldenrod #D5D56E

Tints of Goldenrod #D5D56E

Color information

#D5D56E (or 0xD5D56E) is unknown color: approx Goldenrod. HEX triplet: D5, D5 and 6E. RGB value is (213,213,110). Sum of RGB (Red+Green+Blue) = 213+213+110=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D56E is #2A2A91. Grayscale: #C9C9C9. Windows color (decimal): -2763410 or 7263701. OLE color: 7263701.

HSL color Cylindrical-coordinate representation of color #D5D56E: hue angle of 60º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5D56E is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213213110-
CMYK000.480.16
HSL60º55.08%63.33%-
HSV(B)60º48.36%83.53%-
XYZ54.0562.8624.04-
YUV201.2676.5136.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=39.74%
G=39.74%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213110000.480.166055.0863.33
HexD5D56E0030103c373f
Octal325325156006020746777
Binary110101011101010111011100011000010000111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D56E; }

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

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

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

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

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

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

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

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