#DAB49D

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

Shades of Cashmere #DAB49D

Tints of Cashmere #DAB49D

Color information

#DAB49D (or 0xDAB49D) is unknown color: approx Cashmere. HEX triplet: DA, B4 and 9D. RGB value is (218,180,157). Sum of RGB (Red+Green+Blue) = 218+180+157=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49D is #254B62. Grayscale: #BCBCBC. Windows color (decimal): -2444131 or 10335450. OLE color: 10335450.

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

Color convert

RGB218180157-
CMYK00.170.280.15
HSL22.62º45.19%73.53%-
HSV(B)22.62º27.98%85.49%-
XYZ51.3249.9838.84-
YUV188.74110.09148.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 157 (61.72% from 255) = 28.29%
R=39.28%
G=32.43%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818015700.170.280.1522.6245.1973.53
HexDAB49D0111CF172d4a
Octal33226423502134172755112
Binary110110101011010010011101010001111001111101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB49D; }

 p { color: rgb(218,180,157); }

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

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

 a { background-color: rgb(218,180,157); }

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

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

 span { border-color: rgb(218,180,157); }

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