#D5D76F

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

Shades of Goldenrod #D5D76F

Tints of Goldenrod #D5D76F

Color information

#D5D76F (or 0xD5D76F) is unknown color: approx Goldenrod. HEX triplet: D5, D7 and 6F. RGB value is (213,215,111). Sum of RGB (Red+Green+Blue) = 213+215+111=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D76F is #2A2890. Grayscale: #CACACA. Windows color (decimal): -2762897 or 7329749. OLE color: 7329749.

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

Color convert

RGB213215111-
CMYK0.0100.480.16
HSL61.15º56.52%63.92%-
HSV(B)61.15º48.37%84.31%-
XYZ54.6163.8924.49-
YUV202.5576.34135.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 111 (43.75% from 255) = 20.59%
R=39.52%
G=39.89%
B=20.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132151110.0100.480.1661.1556.5263.92
HexD5D76F1030103d3940
Octal3253271571060207571100
Binary1101010111010111110111110110000100001111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D76F; }

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

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

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

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

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

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

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

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