#DBB39C

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

Shades of Cashmere #DBB39C

Tints of Cashmere #DBB39C

Color information

#DBB39C (or 0xDBB39C) is unknown color: approx Cashmere. HEX triplet: DB, B3 and 9C. RGB value is (219,179,156). Sum of RGB (Red+Green+Blue) = 219+179+156=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB39C is #244C63. Grayscale: #BCBCBC. Windows color (decimal): -2378852 or 10269659. OLE color: 10269659.

HSL color Cylindrical-coordinate representation of color #DBB39C: hue angle of 21.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB39C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219179156-
CMYK00.180.290.14
HSL21.9º46.67%73.53%-
HSV(B)21.9º28.77%85.88%-
XYZ51.3349.738.34-
YUV188.34109.75149.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 156 (61.33% from 255) = 28.16%
R=39.53%
G=32.31%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917915600.180.290.1421.946.6773.53
HexDBB39C0121DE162f4a
Octal33326323402235162657112
Binary110110111011001110011100010010111011110101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB39C; }

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

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

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

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

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

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

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

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