Html Css Color HEX #DCD9C9 Milk White

📋 copy color: '#DCD9C9'

red 220 ◦ green 217 ◦ blue 201

#DCD9C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milk White #DCD9C9

Tints of Milk White #DCD9C9

RGB

 RED value IS 220 (86.33% from 255) = 34.48%

 GREEN value IS 217 (85.16% from 255) = 34.01%

 BLUE value IS 201 (78.91% from 255) = 31.5%

R = 34.48%
G = 34.01%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCD9C9 (or 0xDCD9C9) is known color: Milk White. HEX triplet: DC, D9 and C9. RGB value is (220,217,201). Sum of RGB (Red+Green+Blue) = 220+217+201=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C9 is #232636. Grayscale: #D8D8D8. Windows color (decimal): -2303543 or 13228508. OLE color: 13228508.

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

Color convert

RGB 220 217 201 -
CMYK 0 0.01 0.09 0.14
HSL 50.53º 0.21% 0.83% -
HSV(B) 50.53º 0.09% 0.86% -
XYZ 64.87 69.06 65.17 -
YUV 216.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 220 217 201 0 0.01 0.09 0.14 50.53 0.21 0.83
Hex DC D9 C9 0 1 9 E 33 15 53
Octal 334 331 311 0 1 11 16 63 25 123
Binary 11011100 11011001 11001001 0 1 1001 1110 110011 10101 1010011

Color Harmonies of #DCD9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9C9

Black with #DCD9C9

Text Example


Text Example

White with #DCD9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9C9; }

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

 H1.HeaderClassName
 {
   color: #DCD9C9;
 }
 .AnyTagClassName
 {
   color: #DCD9C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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