#d6d87b

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

Shades of Goldenrod #D6D87B

Tints of Goldenrod #D6D87B

Color information

#D6D87B (or 0xD6D87B) is unknown color: approx Goldenrod. HEX triplet: D6, D8 and 7B. RGB value is (214,216,123). Sum of RGB (Red+Green+Blue) = 214+216+123=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D87B is #292784. Grayscale: #CDCDCD. Windows color (decimal): -2697093 or 8116438. OLE color: 8116438.

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

Color convert

RGB214216123-
CMYK0.0100.430.15
HSL61.29º54.39%66.47%-
HSV(B)61.29º43.06%84.71%-
XYZ55.8664.8428.31-
YUV204.881.84134.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 123 (48.44% from 255) = 22.24%
R=38.70%
G=39.06%
B=22.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161230.0100.430.1561.2954.3966.47
HexD6D87B102BF3d3642
Octal3263301731053177566102
Binary110101101101100011110111010101111111111011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6d87b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6d87b; }

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

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

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

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

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

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

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

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