#D9D8C8

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

Shades of Loafer #D9D8C8

Tints of Loafer #D9D8C8

Color information

#D9D8C8 (or 0xD9D8C8) is unknown color: approx Loafer. HEX triplet: D9, D8 and C8. RGB value is (217,216,200). Sum of RGB (Red+Green+Blue) = 217+216+200=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8C8 is #262737. Grayscale: #D6D6D6. Windows color (decimal): -2500408 or 13162713. OLE color: 13162713.

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

Color convert

RGB217216200-
CMYK00.000.080.15
HSL56.47º18.28%81.76%-
HSV(B)56.47º7.83%85.1%-
XYZ63.668.0364.42-
YUV214.48119.83129.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=34.28%
G=34.12%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721620000.000.080.1556.4718.2881.76
HexD9D8C8008F381252
Octal3313303100010177022122
Binary1101100111011000110010000010001111111000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8C8; }

 p { color: rgb(217,216,200); }

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

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

 a { background-color: rgb(217,216,200); }

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

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

 span { border-color: rgb(217,216,200); }

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