#DBB39A

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

Shades of Cashmere #DBB39A

Tints of Cashmere #DBB39A

Color information

#DBB39A (or 0xDBB39A) is unknown color: approx Cashmere. HEX triplet: DB, B3 and 9A. RGB value is (219,179,154). Sum of RGB (Red+Green+Blue) = 219+179+154=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB39A is #244C65. Grayscale: #BCBCBC. Windows color (decimal): -2378854 or 10138587. OLE color: 10138587.

HSL color Cylindrical-coordinate representation of color #DBB39A: hue angle of 23.08º degrees, saturation: 0.47, 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 #DBB39A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219179154-
CMYK00.180.300.14
HSL23.08º47.45%73.14%-
HSV(B)23.08º29.68%85.88%-
XYZ51.1749.6337.46-
YUV188.11108.75150.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=39.67%
G=32.43%
B=27.90%

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
Decimal21917915400.180.300.1423.0847.4573.14
HexDBB39A0121EE172f49
Octal33326323202236162757111
Binary110110111011001110011010010010111101110101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB39A; }

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

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

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

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

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

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

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

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