#DAB39D

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

Shades of Cashmere #DAB39D

Tints of Cashmere #DAB39D

Color information

#DAB39D (or 0xDAB39D) is unknown color: approx Cashmere. HEX triplet: DA, B3 and 9D. RGB value is (218,179,157). Sum of RGB (Red+Green+Blue) = 218+179+157=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB39D is #254C62. Grayscale: #BCBCBC. Windows color (decimal): -2444387 or 10335194. OLE color: 10335194.

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

Color convert

RGB218179157-
CMYK00.180.280.15
HSL21.64º45.19%73.53%-
HSV(B)21.64º27.98%85.49%-
XYZ51.1249.5838.77-
YUV188.15110.42149.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=39.35%
G=32.31%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817915700.180.280.1521.6445.1973.53
HexDAB39D0121CF162d4a
Octal33226323502234172655112
Binary110110101011001110011101010010111001111101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB39D; }

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

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

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

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

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

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

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

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