#DAB19B

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

Shades of Cashmere #DAB19B

Tints of Cashmere #DAB19B

Color information

#DAB19B (or 0xDAB19B) is unknown color: approx Cashmere. HEX triplet: DA, B1 and 9B. RGB value is (218,177,155). Sum of RGB (Red+Green+Blue) = 218+177+155=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19B is #254E64. Grayscale: #BABABA. Windows color (decimal): -2444901 or 10203610. OLE color: 10203610.

HSL color Cylindrical-coordinate representation of color #DAB19B: hue angle of 20.95º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB19B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218177155-
CMYK00.190.290.15
HSL20.95º45.99%73.14%-
HSV(B)20.95º28.9%85.49%-
XYZ50.5548.7237.75-
YUV186.75110.08150.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=39.64%
G=32.18%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817715500.190.290.1520.9545.9973.14
HexDAB19B0131DF152e49
Octal33226123302335172556111
Binary110110101011000110011011010011111011111101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB19B; }

 p { color: rgb(218,177,155); }

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

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

 a { background-color: rgb(218,177,155); }

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

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

 span { border-color: rgb(218,177,155); }

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