#DAB19D

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

Shades of Cashmere #DAB19D

Tints of Cashmere #DAB19D

Color information

#DAB19D (or 0xDAB19D) is unknown color: approx Cashmere. HEX triplet: DA, B1 and 9D. RGB value is (218,177,157). Sum of RGB (Red+Green+Blue) = 218+177+157=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19D is #254E62. Grayscale: #BBBBBB. Windows color (decimal): -2444899 or 10334682. OLE color: 10334682.

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

Color convert

RGB218177157-
CMYK00.190.280.15
HSL19.67º45.19%73.53%-
HSV(B)19.67º27.98%85.49%-
XYZ50.7248.7838.64-
YUV186.98111.08150.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=39.49%
G=32.07%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817715700.190.280.1519.6745.1973.53
HexDAB19D0131CF142d4a
Octal33226123502334172455112
Binary110110101011000110011101010011111001111101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB19D; }

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

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

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

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

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

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

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

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