#DAB99D

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

Shades of Cashmere #DAB99D

Tints of Cashmere #DAB99D

Color information

#DAB99D (or 0xDAB99D) is unknown color: approx Cashmere. HEX triplet: DA, B9 and 9D. RGB value is (218,185,157). Sum of RGB (Red+Green+Blue) = 218+185+157=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB99D is #254662. Grayscale: #BFBFBF. Windows color (decimal): -2442851 or 10336730. OLE color: 10336730.

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

Color convert

RGB218185157-
CMYK00.150.280.15
HSL27.54º45.19%73.53%-
HSV(B)27.54º27.98%85.49%-
XYZ52.3552.0439.18-
YUV191.68108.43146.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=38.93%
G=33.04%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818515700.150.280.1527.5445.1973.53
HexDAB99D0F1CF1c2d4a
Octal33227123501734173455112
Binary11011010101110011001110101111111001111111001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB99D; }

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

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

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

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

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

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

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

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