#DCD9D0

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

Shades of Milk White #DCD9D0

Tints of Milk White #DCD9D0

Color information

#DCD9D0 (or 0xDCD9D0) is unknown color: approx Milk White. HEX triplet: DC, D9 and D0. RGB value is (220,217,208). Sum of RGB (Red+Green+Blue) = 220+217+208=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D0 is #23262F. Grayscale: #D8D8D8. Windows color (decimal): -2303536 or 13687260. OLE color: 13687260.

HSL color Cylindrical-coordinate representation of color #DCD9D0: hue angle of 45º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD9D0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220217208-
CMYK00.010.050.14
HSL45º14.63%83.92%-
HSV(B)45º5.45%86.27%-
XYZ65.7169.469.61-
YUV216.87122.99130.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=34.11%
G=33.64%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021720800.010.050.144514.6383.92
HexDCD9D0015E2df54
Octal334331320015165517124
Binary11011100110110011101000001101111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9D0; }

 p { color: rgb(220,217,208); }

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

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

 a { background-color: rgb(220,217,208); }

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

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

 span { border-color: rgb(220,217,208); }

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