#DBB197

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

Shades of Cashmere #DBB197

Tints of Cashmere #DBB197

Color information

#DBB197 (or 0xDBB197) is unknown color: approx Cashmere. HEX triplet: DB, B1 and 97. RGB value is (219,177,151). Sum of RGB (Red+Green+Blue) = 219+177+151=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB197 is #244E68. Grayscale: #BABABA. Windows color (decimal): -2379369 or 9941467. OLE color: 9941467.

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

Color convert

RGB219177151-
CMYK00.190.310.14
HSL22.94º48.57%72.55%-
HSV(B)22.94º31.05%85.88%-
XYZ50.5248.7436.02-
YUV186.59107.91151.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=40.04%
G=32.36%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917715100.190.310.1422.9448.5772.55
HexDBB1970131FE173149
Octal33326122702337162761111
Binary110110111011000110010111010011111111110101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB197; }

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

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

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

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

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

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

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

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