#DBB5A0

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

Shades of Cashmere #DBB5A0

Tints of Cashmere #DBB5A0

Color information

#DBB5A0 (or 0xDBB5A0) is unknown color: approx Cashmere. HEX triplet: DB, B5 and A0. RGB value is (219,181,160). Sum of RGB (Red+Green+Blue) = 219+181+160=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5A0 is #244A5F. Grayscale: #BEBEBE. Windows color (decimal): -2378336 or 10532315. OLE color: 10532315.

HSL color Cylindrical-coordinate representation of color #DBB5A0: hue angle of 21.36º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB5A0 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219181160-
CMYK00.170.270.14
HSL21.36º45.04%74.31%-
HSV(B)21.36º26.94%85.88%-
XYZ52.0850.6540.29-
YUV189.97111.09148.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 160 (62.89% from 255) = 28.57%
R=39.11%
G=32.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918116000.170.270.1421.3645.0474.31
HexDBB5A00111BE152d4a
Octal33326524002133162555112
Binary110110111011010110100000010001110111110101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5A0; }

 p { color: rgb(219,181,160); }

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

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

 a { background-color: rgb(219,181,160); }

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

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

 span { border-color: rgb(219,181,160); }

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