#D9DAC0

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

Shades of Loafer #D9DAC0

Tints of Loafer #D9DAC0

Color information

#D9DAC0 (or 0xD9DAC0) is unknown color: approx Loafer. HEX triplet: D9, DA and C0. RGB value is (217,218,192). Sum of RGB (Red+Green+Blue) = 217+218+192=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAC0 is #26253F. Grayscale: #D6D6D6. Windows color (decimal): -2499904 or 12638937. OLE color: 12638937.

HSL color Cylindrical-coordinate representation of color #D9DAC0: hue angle of 62.31º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DAC0 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217218192-
CMYK0.0000.120.15
HSL62.31º26%80.39%-
HSV(B)62.31º11.93%85.49%-
XYZ63.268.759.8-
YUV214.74115.17129.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=34.61%
G=34.77%
B=30.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181920.0000.120.1562.312680.39
HexD9DAC000CF3e1a50
Octal3313323000014177632120
Binary1101100111011010110000000011001111111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAC0; }

 p { color: rgb(217,218,192); }

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

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

 a { background-color: rgb(217,218,192); }

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

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

 span { border-color: rgb(217,218,192); }

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