#DBB399

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

Shades of Cashmere #DBB399

Tints of Cashmere #DBB399

Color information

#DBB399 (or 0xDBB399) is unknown color: approx Cashmere. HEX triplet: DB, B3 and 99. RGB value is (219,179,153). Sum of RGB (Red+Green+Blue) = 219+179+153=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB399 is #244C66. Grayscale: #BCBCBC. Windows color (decimal): -2378855 or 10073051. OLE color: 10073051.

HSL color Cylindrical-coordinate representation of color #DBB399: hue angle of 23.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB399 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219179153-
CMYK00.180.300.14
HSL23.64º47.83%72.94%-
HSV(B)23.64º30.14%85.88%-
XYZ51.0849.637.02-
YUV188108.25150.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 153 (60.16% from 255) = 27.77%
R=39.75%
G=32.49%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917915300.180.300.1423.6447.8372.94
HexDBB3990121EE183049
Octal33326323102236163060111
Binary110110111011001110011001010010111101110110001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB399; }

 p { color: rgb(219,179,153); }

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

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

 a { background-color: rgb(219,179,153); }

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

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

 span { border-color: rgb(219,179,153); }

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