#D5D077

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

Shades of Goldenrod #D5D077

Tints of Goldenrod #D5D077

Color information

#D5D077 (or 0xD5D077) is unknown color: approx Goldenrod. HEX triplet: D5, D0 and 77. RGB value is (213,208,119). Sum of RGB (Red+Green+Blue) = 213+208+119=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D077 is #2A2F88. Grayscale: #C7C7C7. Windows color (decimal): -2764681 or 7852245. OLE color: 7852245.

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

Color convert

RGB213208119-
CMYK00.020.440.16
HSL56.81º52.81%65.1%-
HSV(B)56.81º44.13%83.53%-
XYZ53.3360.5926.34-
YUV199.3582.66137.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 208 (81.64% from 255) = 38.52%
BLUE value IS 119 (46.88% from 255) = 22.04%
R=39.44%
G=38.52%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320811900.020.440.1656.8152.8165.1
HexD5D077022C10393541
Octal3253201670254207165101
Binary11010101110100001110111010101100100001110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D077; }

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

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

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

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

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

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

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

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