Html Css Color HEX #DFDAD0 Merino

📋 copy color: '#DFDAD0'

red 223 ◦ green 218 ◦ blue 208

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

Shades of Merino #DFDAD0

Tints of Merino #DFDAD0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.59%

 BLUE value IS 208 (81.64% from 255) = 32.05%

R = 34.36%
G = 33.59%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DFDAD0 (or 0xDFDAD0) is known color: Merino. HEX triplet: DF, DA and D0. RGB value is (223,218,208). Sum of RGB (Red+Green+Blue) = 223+218+208=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD0 is #20252F. Grayscale: #DADADA. Windows color (decimal): -2106672 or 13687519. OLE color: 13687519.

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

Color convert

RGB 223 218 208 -
CMYK 0 0.02 0.07 0.13
HSL 40º 0.19% 0.85% -
HSV(B) 40º 0.07% 0.87% -
XYZ 66.89 70.38 69.73 -
YUV 218.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 223 218 208 0 0.02 0.07 0.13 40 0.19 0.85
Hex DF DA D0 0 2 7 D 28 13 55
Octal 337 332 320 0 2 7 15 50 23 125
Binary 11011111 11011010 11010000 0 10 111 1101 101000 10011 1010101

Color Harmonies of #DFDAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAD0

Black with #DFDAD0

Text Example


Text Example

White with #DFDAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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