#DAB095

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

Shades of Cashmere #DAB095

Tints of Cashmere #DAB095

Color information

#DAB095 (or 0xDAB095) is unknown color: approx Cashmere. HEX triplet: DA, B0 and 95. RGB value is (218,176,149). Sum of RGB (Red+Green+Blue) = 218+176+149=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB095 is #254F6A. Grayscale: #B9B9B9. Windows color (decimal): -2445163 or 9810138. OLE color: 9810138.

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

Color convert

RGB218176149-
CMYK00.190.320.15
HSL23.48º48.25%71.96%-
HSV(B)23.48º31.65%85.49%-
XYZ49.8648.1335.09-
YUV185.48107.41151.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=40.15%
G=32.41%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817614900.190.320.1523.4848.2571.96
HexDAB09501320F173048
Octal33226022502340172760110
Binary1101101010110000100101010100111000001111101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB095; }

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

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

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

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

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

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

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

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