#D5D461

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

Shades of Goldenrod #D5D461

Tints of Goldenrod #D5D461

Color information

#D5D461 (or 0xD5D461) is unknown color: approx Goldenrod. HEX triplet: D5, D4 and 61. RGB value is (213,212,97). Sum of RGB (Red+Green+Blue) = 213+212+97=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D461 is #2A2B9E. Grayscale: #C7C7C7. Windows color (decimal): -2763679 or 6411477. OLE color: 6411477.

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

Color convert

RGB21321297-
CMYK00.000.540.16
HSL59.48º58%60.78%-
HSV(B)59.48º54.46%83.53%-
XYZ53.1462.120.49-
YUV199.1970.33137.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 97 (38.28% from 255) = 18.58%
R=40.80%
G=40.61%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132129700.000.540.1659.485860.78
HexD5D4610036103b3a3d
Octal325324141006620737275
Binary110101011101010011000010011011010000111011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D461; }

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

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

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

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

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

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

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

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