#D1DA8C

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

Shades of Deco #D1DA8C

Tints of Deco #D1DA8C

Color information

#D1DA8C (or 0xD1DA8C) is unknown color: approx Deco. HEX triplet: D1, DA and 8C. RGB value is (209,218,140). Sum of RGB (Red+Green+Blue) = 209+218+140=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DA8C is #2E2573. Grayscale: #CECECE. Windows color (decimal): -3024244 or 9231057. OLE color: 9231057.

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

Color convert

RGB209218140-
CMYK0.0400.360.15
HSL66.92º51.32%70.2%-
HSV(B)66.92º35.78%85.49%-
XYZ56.165.5934.51-
YUV206.4290.52129.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 140 (55.08% from 255) = 24.69%
R=36.86%
G=38.45%
B=24.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181400.0400.360.1566.9251.3270.2
HexD1DA8C4024F433346
Octal32133221440441710363106
Binary1101000111011010100011001000100100111110000111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA8C; }

 p { color: rgb(209,218,140); }

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

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

 a { background-color: rgb(209,218,140); }

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

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

 span { border-color: rgb(209,218,140); }

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