#DAB09A

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

Shades of Cashmere #DAB09A

Tints of Cashmere #DAB09A

Color information

#DAB09A (or 0xDAB09A) is unknown color: approx Cashmere. HEX triplet: DA, B0 and 9A. RGB value is (218,176,154). Sum of RGB (Red+Green+Blue) = 218+176+154=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB09A is #254F65. Grayscale: #BABABA. Windows color (decimal): -2445158 or 10137818. OLE color: 10137818.

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

Color convert

RGB218176154-
CMYK00.190.290.15
HSL20.63º46.38%72.94%-
HSV(B)20.63º29.36%85.49%-
XYZ50.2748.2937.24-
YUV186.05109.91150.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=39.78%
G=32.12%
B=28.10%

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
Decimal21817615400.190.290.1520.6346.3872.94
HexDAB09A0131DF152e49
Octal33226023202335172556111
Binary110110101011000010011010010011111011111101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB09A; }

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

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

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

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

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

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

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

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