#DBB095

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

Shades of Cashmere #DBB095

Tints of Cashmere #DBB095

Color information

#DBB095 (or 0xDBB095) is unknown color: approx Cashmere. HEX triplet: DB, B0 and 95. RGB value is (219,176,149). Sum of RGB (Red+Green+Blue) = 219+176+149=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB095 is #244F6A. Grayscale: #B9B9B9. Windows color (decimal): -2379627 or 9810139. OLE color: 9810139.

HSL color Cylindrical-coordinate representation of color #DBB095: hue angle of 23.14º 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 #DBB095 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219176149-
CMYK00.200.320.14
HSL23.14º49.3%72.16%-
HSV(B)23.14º31.96%85.88%-
XYZ50.1648.2835.11-
YUV185.78107.25151.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=40.26%
G=32.35%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917614900.200.320.1423.1449.372.16
HexDBB09501420E173148
Octal33326022502440162761110
Binary1101101110110000100101010101001000001110101111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB095; }

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

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

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

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

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

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

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

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