#DABB9E

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

Shades of Cashmere #DABB9E

Tints of Cashmere #DABB9E

Color information

#DABB9E (or 0xDABB9E) is unknown color: approx Cashmere. HEX triplet: DA, BB and 9E. RGB value is (218,187,158). Sum of RGB (Red+Green+Blue) = 218+187+158=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9E is #254461. Grayscale: #C1C1C1. Windows color (decimal): -2442338 or 10402778. OLE color: 10402778.

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

Color convert

RGB218187158-
CMYK00.140.280.15
HSL29º44.78%73.73%-
HSV(B)29º27.52%85.49%-
XYZ52.8652.9139.78-
YUV192.96108.27145.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 158 (62.11% from 255) = 28.06%
R=38.72%
G=33.21%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818715800.140.280.152944.7873.73
HexDABB9E0E1CF1d2d4a
Octal33227323601634173555112
Binary11011010101110111001111001110111001111111011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB9E; }

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

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

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

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

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

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

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

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