#DBB097

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

Shades of Cashmere #DBB097

Tints of Cashmere #DBB097

Color information

#DBB097 (or 0xDBB097) is unknown color: approx Cashmere. HEX triplet: DB, B0 and 97. RGB value is (219,176,151). Sum of RGB (Red+Green+Blue) = 219+176+151=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB097 is #244F68. Grayscale: #BABABA. Windows color (decimal): -2379625 or 9941211. OLE color: 9941211.

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

Color convert

RGB219176151-
CMYK00.200.310.14
HSL22.06º48.57%72.55%-
HSV(B)22.06º31.05%85.88%-
XYZ50.3248.3535.96-
YUV186.01108.25151.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=40.11%
G=32.23%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917615100.200.310.1422.0648.5772.55
HexDBB0970141FE163149
Octal33326022702437162661111
Binary110110111011000010010111010100111111110101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB097; }

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

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

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

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

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

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

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

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