#D5D377

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

Shades of Goldenrod #D5D377

Tints of Goldenrod #D5D377

Color information

#D5D377 (or 0xD5D377) is unknown color: approx Goldenrod. HEX triplet: D5, D3 and 77. RGB value is (213,211,119). Sum of RGB (Red+Green+Blue) = 213+211+119=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D377 is #2A2C88. Grayscale: #C9C9C9. Windows color (decimal): -2763913 or 7853013. OLE color: 7853013.

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

Color convert

RGB213211119-
CMYK00.010.440.16
HSL58.72º52.81%65.1%-
HSV(B)58.72º44.13%83.53%-
XYZ54.0662.0726.58-
YUV201.1181.66136.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 119 (46.88% from 255) = 21.92%
R=39.23%
G=38.86%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321111900.010.440.1658.7252.8165.1
HexD5D377012C103b3541
Octal3253231670154207365101
Binary1101010111010011111011101101100100001110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D377; }

 p { color: rgb(213,211,119); }

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

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

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

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

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

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

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