#DAB8A0

Color #DAB8A0 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DAB8A0

Tints of Cashmere #DAB8A0

Color information

#DAB8A0 (or 0xDAB8A0) is unknown color: approx 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

RGB218184160-
CMYK00.160.270.15
HSL24.83º43.94%74.12%-
HSV(B)24.83º26.61%85.49%-
XYZ52.451.7240.48-
YUV191.43110.26146.95-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818416000.160.270.1524.8343.9474.12
HexDAB8A00101BF192c4a
Octal33227024002033173154112
Binary110110101011100010100000010000110111111110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>