#DFD9CE

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

Shades of Merino #DFD9CE

Tints of Merino #DFD9CE

Color information

#DFD9CE (or 0xDFD9CE) is unknown color: approx Merino. HEX triplet: DF, D9 and CE. RGB value is (223,217,206). Sum of RGB (Red+Green+Blue) = 223+217+206=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CE is #202631. Grayscale: #D9D9D9. Windows color (decimal): -2106930 or 13556191. OLE color: 13556191.

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

Color convert

RGB223217206-
CMYK00.030.080.13
HSL38.82º20.99%84.12%-
HSV(B)38.82º7.62%87.45%-
XYZ66.3869.7768.36-
YUV217.54121.49131.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=34.52%
G=33.59%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321720600.030.080.1338.8220.9984.12
HexDFD9CE038D271554
Octal3373313160310154725124
Binary11011111110110011100111001110001101100111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9CE; }

 p { color: rgb(223,217,206); }

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

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

 a { background-color: rgb(223,217,206); }

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

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

 span { border-color: rgb(223,217,206); }

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