#D5D785

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

Shades of Deco #D5D785

Tints of Deco #D5D785

Color information

#D5D785 (or 0xD5D785) is unknown color: approx Deco. HEX triplet: D5, D7 and 85. RGB value is (213,215,133). Sum of RGB (Red+Green+Blue) = 213+215+133=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D785 is #2A287A. Grayscale: #CDCDCD. Windows color (decimal): -2762875 or 8771541. OLE color: 8771541.

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

Color convert

RGB213215133-
CMYK0.0100.380.16
HSL61.46º50.62%68.24%-
HSV(B)61.46º38.14%84.31%-
XYZ55.9764.4431.68-
YUV205.0587.34133.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=37.97%
G=38.32%
B=23.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132151330.0100.380.1661.4650.6268.24
HexD5D7851026103d3344
Octal3253272051046207563104
Binary11010101110101111000010110100110100001111011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D785; }

 p { color: rgb(213,215,133); }

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

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

 a { background-color: rgb(213,215,133); }

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

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

 span { border-color: rgb(213,215,133); }

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