#D5D460

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

Shades of Goldenrod #D5D460

Tints of Goldenrod #D5D460

Color information

#D5D460 (or 0xD5D460) is unknown color: approx Goldenrod. HEX triplet: D5, D4 and 60. RGB value is (213,212,96). Sum of RGB (Red+Green+Blue) = 213+212+96=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D460 is #2A2B9F. Grayscale: #C7C7C7. Windows color (decimal): -2763680 or 6345941. OLE color: 6345941.

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

Color convert

RGB21321296-
CMYK00.000.550.16
HSL59.49º58.21%60.59%-
HSV(B)59.49º54.93%83.53%-
XYZ53.162.0820.25-
YUV199.0769.83137.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=40.88%
G=40.69%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132129600.000.550.1659.4958.2160.59
HexD5D4600037103b3a3d
Octal325324140006720737275
Binary110101011101010011000000011011110000111011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D460; }

 p { color: rgb(213,212,96); }

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

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

 a { background-color: rgb(213,212,96); }

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

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

 span { border-color: rgb(213,212,96); }

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