#D1D988

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

Shades of Deco #D1D988

Tints of Deco #D1D988

Color information

#D1D988 (or 0xD1D988) is unknown color: approx Deco. HEX triplet: D1, D9 and 88. RGB value is (209,217,136). Sum of RGB (Red+Green+Blue) = 209+217+136=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D988 is #2E2677. Grayscale: #CDCDCD. Windows color (decimal): -3024504 or 8968657. OLE color: 8968657.

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

Color convert

RGB209217136-
CMYK0.0400.370.15
HSL65.93º51.59%69.22%-
HSV(B)65.93º37.33%85.1%-
XYZ55.5564.9632.9-
YUV205.3788.85130.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 217 (85.16% from 255) = 38.61%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=37.19%
G=38.61%
B=24.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171360.0400.370.1565.9351.5969.22
HexD1D9884025F423445
Octal32133121040451710264105
Binary1101000111011001100010001000100101111110000101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D988; }

 p { color: rgb(209,217,136); }

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

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

 a { background-color: rgb(209,217,136); }

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

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

 span { border-color: rgb(209,217,136); }

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