Html Css Color HEX #DAB8A0 Cashmere

📋 copy color: '#DAB8A0'

red 218 ◦ green 184 ◦ blue 160

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

Shades of Cashmere #DAB8A0

Tints of Cashmere #DAB8A0

RGB

 RED value IS 218 (85.55% from 255) = 38.79%

 GREEN value IS 184 (72.27% from 255) = 32.74%

 BLUE value IS 160 (62.89% from 255) = 28.47%

R = 38.79%
G = 32.74%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAB8A0 (or 0xDAB8A0) is known color: Cashmere. HEX triplet: DA, B8 and A0. RGB value is (218,184,160). Sum of RGB (Red+Green+Blue) = 218+184+160=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB8A0 is #25475F. Grayscale: #BFBFBF. Windows color (decimal): -2443104 or 10533082. OLE color: 10533082.

HSL color Cylindrical-coordinate representation of color #DAB8A0: hue angle of 24.83º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB8A0 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 160 -
CMYK 0 0.16 0.27 0.15
HSL 24.83º 0.44% 0.74% -
HSV(B) 24.83º 0.27% 0.85% -
XYZ 52.4 51.72 40.48 -
YUV 191.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 218 184 160 0 0.16 0.27 0.15 24.83 0.44 0.74
Hex DA B8 A0 0 10 1B F 19 2C 4A
Octal 332 270 240 0 20 33 17 31 54 112
Binary 11011010 10111000 10100000 0 10000 11011 1111 11001 101100 1001010

Color Harmonies of #DAB8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8A0

Black with #DAB8A0

Text Example


Text Example

White with #DAB8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8A0; }

 p { color: rgb(218,184,160); }

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

background-color css

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

 a { background-color: rgb(218,184,160); }

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

border-color css

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

 span { border-color: rgb(218,184,160); }

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