Html Css Color HEX #DFD7CB Merino

📋 copy color: '#DFD7CB'

red 223 ◦ green 215 ◦ blue 203

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

Shades of Merino #DFD7CB

Tints of Merino #DFD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.54%

 BLUE value IS 203 (79.69% from 255) = 31.67%

R = 34.79%
G = 33.54%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFD7CB (or 0xDFD7CB) is known color: Merino. HEX triplet: DF, D7 and CB. RGB value is (223,215,203). Sum of RGB (Red+Green+Blue) = 223+215+203=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CB is #202834. Grayscale: #D8D8D8. Windows color (decimal): -2107445 or 13359071. OLE color: 13359071.

HSL color Cylindrical-coordinate representation of color #DFD7CB: hue angle of 36º degrees, saturation: 0.24, 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 #DFD7CB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 215 203 -
CMYK 0 0.04 0.09 0.13
HSL 36º 0.24% 0.84% -
HSV(B) 36º 0.09% 0.87% -
XYZ 65.51 68.6 66.29 -
YUV 216.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 223 215 203 0 0.04 0.09 0.13 36 0.24 0.84
Hex DF D7 CB 0 4 9 D 24 18 54
Octal 337 327 313 0 4 11 15 44 30 124
Binary 11011111 11010111 11001011 0 100 1001 1101 100100 11000 1010100

Color Harmonies of #DFD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD7CB

Black with #DFD7CB

Text Example


Text Example

White with #DFD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD7CB; }

 p { color: rgb(223,215,203); }

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

background-color css

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

 a { background-color: rgb(223,215,203); }

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

border-color css

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

 span { border-color: rgb(223,215,203); }

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