#DBB296

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

Shades of Cashmere #DBB296

Tints of Cashmere #DBB296

Color information

#DBB296 (or 0xDBB296) is unknown color: approx Cashmere. HEX triplet: DB, B2 and 96. RGB value is (219,178,150). Sum of RGB (Red+Green+Blue) = 219+178+150=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB296 is #244D69. Grayscale: #BBBBBB. Windows color (decimal): -2379114 or 9876187. OLE color: 9876187.

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

Color convert

RGB219178150-
CMYK00.190.320.14
HSL24.35º48.94%72.35%-
HSV(B)24.35º31.51%85.88%-
XYZ50.6449.135.66-
YUV187.07107.08150.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=40.04%
G=32.54%
B=27.42%

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
Decimal21917815000.190.320.1424.3548.9472.35
HexDBB29601320E183148
Octal33326222602340163061110
Binary1101101110110010100101100100111000001110110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB296; }

 p { color: rgb(219,178,150); }

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

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

 a { background-color: rgb(219,178,150); }

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

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

 span { border-color: rgb(219,178,150); }

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