#D6D869

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

Shades of Goldenrod #D6D869

Tints of Goldenrod #D6D869

Color information

#D6D869 (or 0xD6D869) is unknown color: approx Goldenrod. HEX triplet: D6, D8 and 69. RGB value is (214,216,105). Sum of RGB (Red+Green+Blue) = 214+216+105=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D869 is #292796. Grayscale: #CBCBCB. Windows color (decimal): -2697111 or 6936790. OLE color: 6936790.

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

Color convert

RGB214216105-
CMYK0.0100.510.15
HSL61.08º58.73%62.94%-
HSV(B)61.08º51.39%84.71%-
XYZ54.8464.4322.91-
YUV202.7572.84136.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 105 (41.41% from 255) = 19.63%
R=40%
G=40.37%
B=19.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161050.0100.510.1561.0858.7362.94
HexD6D8691033F3d3b3f
Octal326330151106317757377
Binary11010110110110001101001101100111111111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D869; }

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

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

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

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

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

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

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

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