#DBB195

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

Shades of Cashmere #DBB195

Tints of Cashmere #DBB195

Color information

#DBB195 (or 0xDBB195) is unknown color: approx Cashmere. HEX triplet: DB, B1 and 95. RGB value is (219,177,149). Sum of RGB (Red+Green+Blue) = 219+177+149=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB195 is #244E6A. Grayscale: #BABABA. Windows color (decimal): -2379371 or 9810395. OLE color: 9810395.

HSL color Cylindrical-coordinate representation of color #DBB195: hue angle of 24º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBB195 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219177149-
CMYK00.190.320.14
HSL24º49.3%72.16%-
HSV(B)24º31.96%85.88%-
XYZ50.3648.6735.17-
YUV186.37106.91151.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=40.18%
G=32.48%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917714900.190.320.142449.372.16
HexDBB19501320E183148
Octal33326122502340163061110
Binary1101101110110001100101010100111000001110110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB195; }

 p { color: rgb(219,177,149); }

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

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

 a { background-color: rgb(219,177,149); }

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

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

 span { border-color: rgb(219,177,149); }

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