Html Css Color HEX #DFDAC4 Travertine

📋 copy color: '#DFDAC4'

red 223 ◦ green 218 ◦ blue 196

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

Shades of Travertine #DFDAC4

Tints of Travertine #DFDAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.77%

R = 35.01%
G = 34.22%
B = 30.77%

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

#DFDAC4 (or 0xDFDAC4) is known color: Travertine. HEX triplet: DF, DA and C4. RGB value is (223,218,196). Sum of RGB (Red+Green+Blue) = 223+218+196=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC4 is #20253B. Grayscale: #D9D9D9. Windows color (decimal): -2106684 or 12901087. OLE color: 12901087.

HSL color Cylindrical-coordinate representation of color #DFDAC4: hue angle of 48.89º degrees, saturation: 0.3, 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 #DFDAC4 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 196 -
CMYK 0 0.02 0.12 0.13
HSL 48.89º 0.3% 0.82% -
HSV(B) 48.89º 0.12% 0.87% -
XYZ 65.47 69.82 62.25 -
YUV 216.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 223 218 196 0 0.02 0.12 0.13 48.89 0.3 0.82
Hex DF DA C4 0 2 C D 31 1E 52
Octal 337 332 304 0 2 14 15 61 36 122
Binary 11011111 11011010 11000100 0 10 1100 1101 110001 11110 1010010

Color Harmonies of #DFDAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAC4

Black with #DFDAC4

Text Example


Text Example

White with #DFDAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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