#D5D76A

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

Shades of Goldenrod #D5D76A

Tints of Goldenrod #D5D76A

Color information

#D5D76A (or 0xD5D76A) is unknown color: approx Goldenrod. HEX triplet: D5, D7 and 6A. RGB value is (213,215,106). Sum of RGB (Red+Green+Blue) = 213+215+106=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D76A is #2A2895. Grayscale: #CACACA. Windows color (decimal): -2762902 or 7002069. OLE color: 7002069.

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

Color convert

RGB213215106-
CMYK0.0100.510.16
HSL61.1º57.67%62.94%-
HSV(B)61.1º50.7%84.31%-
XYZ54.3463.7923.08-
YUV201.9873.84135.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 106 (41.80% from 255) = 19.85%
R=39.89%
G=40.26%
B=19.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132151060.0100.510.1661.157.6762.94
HexD5D76A1033103d3a3f
Octal325327152106320757277
Binary110101011101011111010101011001110000111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D76A; }

 p { color: rgb(213,215,106); }

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

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

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

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

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

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

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