Html Css Color HEX #DFD0CC Mercury

📋 copy color: '#DFD0CC'

red 223 ◦ green 208 ◦ blue 204

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

Shades of Mercury #DFD0CC

Tints of Mercury #DFD0CC

RGB

 RED value IS 223 (87.5% from 255) = 35.12%

 GREEN value IS 208 (81.64% from 255) = 32.76%

 BLUE value IS 204 (80.08% from 255) = 32.13%

R = 35.12%
G = 32.76%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFD0CC (or 0xDFD0CC) is known color: Mercury. HEX triplet: DF, D0 and CC. RGB value is (223,208,204). Sum of RGB (Red+Green+Blue) = 223+208+204=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0CC is #202F33. Grayscale: #D4D4D4. Windows color (decimal): -2109236 or 13422815. OLE color: 13422815.

HSL color Cylindrical-coordinate representation of color #DFD0CC: hue angle of 12.63º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD0CC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 208 204 -
CMYK 0 0.07 0.09 0.13
HSL 12.63º 0.23% 0.84% -
HSV(B) 12.63º 0.09% 0.87% -
XYZ 63.89 65.16 66.34 -
YUV 212.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 223 208 204 0 0.07 0.09 0.13 12.63 0.23 0.84
Hex DF D0 CC 0 7 9 D D 17 54
Octal 337 320 314 0 7 11 15 15 27 124
Binary 11011111 11010000 11001100 0 111 1001 1101 1101 10111 1010100

Color Harmonies of #DFD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0CC

Black with #DFD0CC

Text Example


Text Example

White with #DFD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD0CC; }

 p { color: rgb(223,208,204); }

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

background-color css

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

 a { background-color: rgb(223,208,204); }

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

border-color css

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

 span { border-color: rgb(223,208,204); }

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