#DAB49A

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

Shades of Cashmere #DAB49A

Tints of Cashmere #DAB49A

Color information

#DAB49A (or 0xDAB49A) is unknown color: approx Cashmere. HEX triplet: DA, B4 and 9A. RGB value is (218,180,154). Sum of RGB (Red+Green+Blue) = 218+180+154=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49A is #254B65. Grayscale: #BCBCBC. Windows color (decimal): -2444134 or 10138842. OLE color: 10138842.

HSL color Cylindrical-coordinate representation of color #DAB49A: hue angle of 24.38º 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 #DAB49A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218180154-
CMYK00.170.290.15
HSL24.38º46.38%72.94%-
HSV(B)24.38º29.36%85.49%-
XYZ51.0749.8837.51-
YUV188.4108.59149.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=39.49%
G=32.61%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818015400.170.290.1524.3846.3872.94
HexDAB49A0111DF182e49
Octal33226423202135173056111
Binary110110101011010010011010010001111011111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB49A; }

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

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

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

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

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

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

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

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