#D6D87F

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

Shades of Deco #D6D87F

Tints of Deco #D6D87F

Color information

#D6D87F (or 0xD6D87F) is unknown color: approx Deco. HEX triplet: D6, D8 and 7F. RGB value is (214,216,127). Sum of RGB (Red+Green+Blue) = 214+216+127=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D87F is #292780. Grayscale: #CDCDCD. Windows color (decimal): -2697089 or 8378582. OLE color: 8378582.

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

Color convert

RGB214216127-
CMYK0.0100.410.15
HSL61.35º53.29%67.25%-
HSV(B)61.35º41.2%84.71%-
XYZ56.1264.9429.66-
YUV205.2683.84134.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 127 (50% from 255) = 22.80%
R=38.42%
G=38.78%
B=22.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161270.0100.410.1561.3553.2967.25
HexD6D87F1029F3d3543
Octal3263301771051177565103
Binary110101101101100011111111010100111111111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D87F; }

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

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

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

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

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

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

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

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