#DAB29E

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

Shades of Cashmere #DAB29E

Tints of Cashmere #DAB29E

Color information

#DAB29E (or 0xDAB29E) is unknown color: approx Cashmere. HEX triplet: DA, B2 and 9E. RGB value is (218,178,158). Sum of RGB (Red+Green+Blue) = 218+178+158=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29E is #254D61. Grayscale: #BBBBBB. Windows color (decimal): -2444642 or 10400474. OLE color: 10400474.

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

Color convert

RGB218178158-
CMYK00.180.280.15
HSL20º44.78%73.73%-
HSV(B)20º27.52%85.49%-
XYZ51.0149.2139.16-
YUV187.68111.25149.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 158 (62.11% from 255) = 28.52%
R=39.35%
G=32.13%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817815800.180.280.152044.7873.73
HexDAB29E0121CF142d4a
Octal33226223602234172455112
Binary110110101011001010011110010010111001111101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB29E; }

 p { color: rgb(218,178,158); }

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

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

 a { background-color: rgb(218,178,158); }

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

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

 span { border-color: rgb(218,178,158); }

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