Html Css Color HEX #DFD9CE Merino

📋 copy color: '#DFD9CE'

red 223 ◦ green 217 ◦ blue 206

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

Shades of Merino #DFD9CE

Tints of Merino #DFD9CE

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 value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFD9CE (or 0xDFD9CE) is known color: 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

RGB 223 217 206 -
CMYK 0 0.03 0.08 0.13
HSL 38.82º 0.21% 0.84% -
HSV(B) 38.82º 0.08% 0.87% -
XYZ 66.38 69.77 68.36 -
YUV 217.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 223 217 206 0 0.03 0.08 0.13 38.82 0.21 0.84
Hex DF D9 CE 0 3 8 D 27 15 54
Octal 337 331 316 0 3 10 15 47 25 124
Binary 11011111 11011001 11001110 0 11 1000 1101 100111 10101 1010100

Color Harmonies of #DFD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9CE

Black with #DFD9CE

Text Example


Text Example

White with #DFD9CE

Text Example


Text Example

HTML Codes & Css Web 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>