#DAB19A

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

Shades of Cashmere #DAB19A

Tints of Cashmere #DAB19A

Color information

#DAB19A (or 0xDAB19A) is unknown color: approx Cashmere. HEX triplet: DA, B1 and 9A. RGB value is (218,177,154). Sum of RGB (Red+Green+Blue) = 218+177+154=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19A is #254E65. Grayscale: #BABABA. Windows color (decimal): -2444902 or 10138074. OLE color: 10138074.

HSL color Cylindrical-coordinate representation of color #DAB19A: hue angle of 21.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB19A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218177154-
CMYK00.190.290.15
HSL21.56º46.38%72.94%-
HSV(B)21.56º29.36%85.49%-
XYZ50.4748.6837.31-
YUV186.64109.58150.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 154 (60.55% from 255) = 28.05%
R=39.71%
G=32.24%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817715400.190.290.1521.5646.3872.94
HexDAB19A0131DF162e49
Octal33226123202335172656111
Binary110110101011000110011010010011111011111101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB19A; }

 p { color: rgb(218,177,154); }

 H1.HeaderClassName
 {
   color: #DAB19A;
 }
 .AnyTagClassName
 {
   color: #DAB19A;
 }
</style>
background-color css

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

 a { background-color: rgb(218,177,154); }

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

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

 span { border-color: rgb(218,177,154); }

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