#DAB39A

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

Shades of Cashmere #DAB39A

Tints of Cashmere #DAB39A

Color information

#DAB39A (or 0xDAB39A) is unknown color: approx Cashmere. HEX triplet: DA, B3 and 9A. RGB value is (218,179,154). Sum of RGB (Red+Green+Blue) = 218+179+154=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB39A is #254C65. Grayscale: #BBBBBB. Windows color (decimal): -2444390 or 10138586. OLE color: 10138586.

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

Color convert

RGB218179154-
CMYK00.180.290.15
HSL23.44º46.38%72.94%-
HSV(B)23.44º29.36%85.49%-
XYZ50.8749.4837.44-
YUV187.81108.92149.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=39.56%
G=32.49%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817915400.180.290.1523.4446.3872.94
HexDAB39A0121DF172e49
Octal33226323202235172756111
Binary110110101011001110011010010010111011111101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB39A; }

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

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

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

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

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

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

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

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