#DABA9E

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

Shades of Cashmere #DABA9E

Tints of Cashmere #DABA9E

Color information

#DABA9E (or 0xDABA9E) is unknown color: approx Cashmere. HEX triplet: DA, BA and 9E. RGB value is (218,186,158). Sum of RGB (Red+Green+Blue) = 218+186+158=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA9E is #254561. Grayscale: #C0C0C0. Windows color (decimal): -2442594 or 10402522. OLE color: 10402522.

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

Color convert

RGB218186158-
CMYK00.150.280.15
HSL28º44.78%73.73%-
HSV(B)28º27.52%85.49%-
XYZ52.6452.4939.71-
YUV192.38108.6146.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=38.79%
G=33.10%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818615800.150.280.152844.7873.73
HexDABA9E0F1CF1c2d4a
Octal33227223601734173455112
Binary11011010101110101001111001111111001111111001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA9E; }

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

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

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

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

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

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

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

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