#D1D387

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

Shades of Deco #D1D387

Tints of Deco #D1D387

Color information

#D1D387 (or 0xD1D387) is unknown color: approx Deco. HEX triplet: D1, D3 and 87. RGB value is (209,211,135). Sum of RGB (Red+Green+Blue) = 209+211+135=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D387 is #2E2C78. Grayscale: #CACACA. Windows color (decimal): -3026041 or 8901585. OLE color: 8901585.

HSL color Cylindrical-coordinate representation of color #D1D387: hue angle of 61.58º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1D387 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB209211135-
CMYK0.0100.360.17
HSL61.58º46.34%67.84%-
HSV(B)61.58º36.02%82.75%-
XYZ53.9661.8932.02-
YUV201.7490.34133.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 211 (82.81% from 255) = 38.02%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=37.66%
G=38.02%
B=24.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092111350.0100.360.1761.5846.3467.84
HexD1D3871024113e2e44
Octal3213232071044217656104
Binary11010001110100111000011110100100100011111101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D387; }

 p { color: rgb(209,211,135); }

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

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

 a { background-color: rgb(209,211,135); }

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

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

 span { border-color: rgb(209,211,135); }

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