#D5D863

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

Shades of Goldenrod #D5D863

Tints of Goldenrod #D5D863

Color information

#D5D863 (or 0xD5D863) is unknown color: approx Goldenrod. HEX triplet: D5, D8 and 63. RGB value is (213,216,99). Sum of RGB (Red+Green+Blue) = 213+216+99=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D863 is #2A279C. Grayscale: #CACACA. Windows color (decimal): -2762653 or 6543573. OLE color: 6543573.

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

Color convert

RGB21321699-
CMYK0.0100.540.15
HSL61.54º60%61.76%-
HSV(B)61.54º54.17%84.71%-
XYZ54.2564.1621.33-
YUV201.7670.01136.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 99 (39.06% from 255) = 18.75%
R=40.34%
G=40.91%
B=18.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213216990.0100.540.1561.546061.76
HexD5D8631036F3e3c3e
Octal325330143106617767476
Binary11010101110110001100011101101101111111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D863; }

 p { color: rgb(213,216,99); }

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

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

 a { background-color: rgb(213,216,99); }

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

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

 span { border-color: rgb(213,216,99); }

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