#D8D565

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

Shades of Goldenrod #D8D565

Tints of Goldenrod #D8D565

Color information

#D8D565 (or 0xD8D565) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 65. RGB value is (216,213,101). Sum of RGB (Red+Green+Blue) = 216+213+101=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D565 is #272A9A. Grayscale: #C9C9C9. Windows color (decimal): -2566811 or 6673880. OLE color: 6673880.

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

Color convert

RGB216213101-
CMYK00.010.530.15
HSL58.43º59.59%62.16%-
HSV(B)58.43º53.24%84.71%-
XYZ54.4663.1321.63-
YUV201.1371.49138.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 101 (39.84% from 255) = 19.06%
R=40.75%
G=40.19%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621310100.010.530.1558.4359.5962.16
HexD8D5650135F3a3c3e
Octal330325145016517727476
Binary11011000110101011100101011101011111111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D565; }

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

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

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

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

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

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

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

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