Html Css Color HEX #DFDAC7 Travertine

📋 copy color: '#DFDAC7'

red 223 ◦ green 218 ◦ blue 199

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

Shades of Travertine #DFDAC7

Tints of Travertine #DFDAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.09%

R = 34.84%
G = 34.06%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFDAC7 (or 0xDFDAC7) is known color: Travertine. HEX triplet: DF, DA and C7. RGB value is (223,218,199). Sum of RGB (Red+Green+Blue) = 223+218+199=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC7 is #202538. Grayscale: #D9D9D9. Windows color (decimal): -2106681 or 13097695. OLE color: 13097695.

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

Color convert

RGB 223 218 199 -
CMYK 0 0.02 0.11 0.13
HSL 47.5º 0.27% 0.83% -
HSV(B) 47.5º 0.11% 0.87% -
XYZ 65.81 69.95 64.07 -
YUV 217.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 223 218 199 0 0.02 0.11 0.13 47.5 0.27 0.83
Hex DF DA C7 0 2 B D 30 1B 53
Octal 337 332 307 0 2 13 15 60 33 123
Binary 11011111 11011010 11000111 0 10 1011 1101 110000 11011 1010011

Color Harmonies of #DFDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAC7

Black with #DFDAC7

Text Example


Text Example

White with #DFDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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