#DAB89B

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

Shades of Cashmere #DAB89B

Tints of Cashmere #DAB89B

Color information

#DAB89B (or 0xDAB89B) is unknown color: approx Cashmere. HEX triplet: DA, B8 and 9B. RGB value is (218,184,155). Sum of RGB (Red+Green+Blue) = 218+184+155=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89B is #254764. Grayscale: #BFBFBF. Windows color (decimal): -2443109 or 10205402. OLE color: 10205402.

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

Color convert

RGB218184155-
CMYK00.160.290.15
HSL27.62º45.99%73.14%-
HSV(B)27.62º28.9%85.49%-
XYZ51.9751.5538.22-
YUV190.86107.76147.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=39.14%
G=33.03%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818415500.160.290.1527.6245.9973.14
HexDAB89B0101DF1c2e49
Octal33227023302035173456111
Binary110110101011100010011011010000111011111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB89B; }

 p { color: rgb(218,184,155); }

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

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

 a { background-color: rgb(218,184,155); }

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

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

 span { border-color: rgb(218,184,155); }

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