#DAB395

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

Shades of Cashmere #DAB395

Tints of Cashmere #DAB395

Color information

#DAB395 (or 0xDAB395) is unknown color: approx Cashmere. HEX triplet: DA, B3 and 95. RGB value is (218,179,149). Sum of RGB (Red+Green+Blue) = 218+179+149=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB395 is #254C6A. Grayscale: #BBBBBB. Windows color (decimal): -2444395 or 9810906. OLE color: 9810906.

HSL color Cylindrical-coordinate representation of color #DAB395: hue angle of 26.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAB395 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218179149-
CMYK00.180.320.15
HSL26.09º48.25%71.96%-
HSV(B)26.09º31.65%85.49%-
XYZ50.4649.3235.29-
YUV187.24106.42149.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=39.93%
G=32.78%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817914900.180.320.1526.0948.2571.96
HexDAB39501220F1a3048
Octal33226322502240173260110
Binary1101101010110011100101010100101000001111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB395; }

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

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

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

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

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

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

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

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