#D6D865

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

Shades of Goldenrod #D6D865

Tints of Goldenrod #D6D865

Color information

#D6D865 (or 0xD6D865) is unknown color: approx Goldenrod. HEX triplet: D6, D8 and 65. RGB value is (214,216,101). Sum of RGB (Red+Green+Blue) = 214+216+101=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D865 is #29279A. Grayscale: #CACACA. Windows color (decimal): -2697115 or 6674646. OLE color: 6674646.

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

Color convert

RGB214216101-
CMYK0.0100.530.15
HSL61.04º59.59%62.16%-
HSV(B)61.04º53.24%84.71%-
XYZ54.6464.3521.85-
YUV202.2970.84136.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 101 (39.84% from 255) = 19.02%
R=40.30%
G=40.68%
B=19.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161010.0100.530.1561.0459.5962.16
HexD6D8651035F3d3c3e
Octal326330145106517757476
Binary11010110110110001100101101101011111111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D865; }

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

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

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

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

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

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

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

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