#D5D886

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

Shades of Deco #D5D886

Tints of Deco #D5D886

Color information

#D5D886 (or 0xD5D886) is unknown color: approx Deco. HEX triplet: D5, D8 and 86. RGB value is (213,216,134). Sum of RGB (Red+Green+Blue) = 213+216+134=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D886 is #2A2779. Grayscale: #CECECE. Windows color (decimal): -2762618 or 8837333. OLE color: 8837333.

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

Color convert

RGB213216134-
CMYK0.0100.380.15
HSL62.2º51.25%68.63%-
HSV(B)62.2º37.96%84.71%-
XYZ56.364.9832.13-
YUV205.7687.51133.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 134 (52.73% from 255) = 23.80%
R=37.83%
G=38.37%
B=23.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132161340.0100.380.1562.251.2568.63
HexD5D8861026F3e3345
Octal3253302061046177663105
Binary1101010111011000100001101010011011111111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D886; }

 p { color: rgb(213,216,134); }

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

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

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

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

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

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

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