Html Css Color HEX #DFDAC5 Travertine

📋 copy color: '#DFDAC5'

red 223 ◦ green 218 ◦ blue 197

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

Shades of Travertine #DFDAC5

Tints of Travertine #DFDAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.88%

R = 34.95%
G = 34.17%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFDAC5 (or 0xDFDAC5) is known color: Travertine. HEX triplet: DF, DA and C5. RGB value is (223,218,197). Sum of RGB (Red+Green+Blue) = 223+218+197=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC5 is #20253A. Grayscale: #D9D9D9. Windows color (decimal): -2106683 or 12966623. OLE color: 12966623.

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

Color convert

RGB 223 218 197 -
CMYK 0 0.02 0.12 0.13
HSL 48.46º 0.29% 0.82% -
HSV(B) 48.46º 0.12% 0.87% -
XYZ 65.58 69.86 62.85 -
YUV 217.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 223 218 197 0 0.02 0.12 0.13 48.46 0.29 0.82
Hex DF DA C5 0 2 C D 30 1D 52
Octal 337 332 305 0 2 14 15 60 35 122
Binary 11011111 11011010 11000101 0 10 1100 1101 110000 11101 1010010

Color Harmonies of #DFDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAC5

Black with #DFDAC5

Text Example


Text Example

White with #DFDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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