#D5D95F

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

Shades of Goldenrod #D5D95F

Tints of Goldenrod #D5D95F

Color information

#D5D95F (or 0xD5D95F) is unknown color: approx Goldenrod. HEX triplet: D5, D9 and 5F. RGB value is (213,217,95). Sum of RGB (Red+Green+Blue) = 213+217+95=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D95F is #2A26A0. Grayscale: #CACACA. Windows color (decimal): -2762401 or 6281685. OLE color: 6281685.

HSL color Cylindrical-coordinate representation of color #D5D95F: hue angle of 61.97º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5D95F is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21321795-
CMYK0.0200.560.15
HSL61.97º61.62%61.18%-
HSV(B)61.97º56.22%85.1%-
XYZ54.3264.620.43-
YUV201.967.67135.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 95 (37.5% from 255) = 18.10%
R=40.57%
G=41.33%
B=18.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213217950.0200.560.1561.9761.6261.18
HexD5D95F2038F3e3e3d
Octal325331137207017767675
Binary110101011101100110111111001110001111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D95F; }

 p { color: rgb(213,217,95); }

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

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

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

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

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

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

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