#d8d865

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

Shades of Goldenrod #D8D865

Tints of Goldenrod #D8D865

Color information

#D8D865 (or 0xD8D865) is unknown color: approx Goldenrod. HEX triplet: D8, D8 and 65. RGB value is (216,216,101). Sum of RGB (Red+Green+Blue) = 216+216+101=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D865 is #27279A. Grayscale: #CBCBCB. Windows color (decimal): -2566043 or 6674648. OLE color: 6674648.

HSL color Cylindrical-coordinate representation of color #D8D865: hue angle of 60º 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 #D8D865 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216216101-
CMYK000.530.15
HSL60º59.59%62.16%-
HSV(B)60º53.24%84.71%-
XYZ55.2264.6521.88-
YUV202.8970.5137.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 101 (39.84% from 255) = 18.95%
R=40.53%
G=40.53%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216101000.530.156059.5962.16
HexD8D8650035F3c3c3e
Octal330330145006517747476
Binary11011000110110001100101001101011111111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8d865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8d865; }

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

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

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

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

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

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

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

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