#DBB49C

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

Shades of Cashmere #DBB49C

Tints of Cashmere #DBB49C

Color information

#DBB49C (or 0xDBB49C) is unknown color: approx Cashmere. HEX triplet: DB, B4 and 9C. RGB value is (219,180,156). Sum of RGB (Red+Green+Blue) = 219+180+156=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB49C is #244B63. Grayscale: #BDBDBD. Windows color (decimal): -2378596 or 10269915. OLE color: 10269915.

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

Color convert

RGB219180156-
CMYK00.180.290.14
HSL22.86º46.67%73.53%-
HSV(B)22.86º28.77%85.88%-
XYZ51.5450.138.41-
YUV188.92109.42149.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=39.46%
G=32.43%
B=28.11%

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
Decimal21918015600.180.290.1422.8646.6773.53
HexDBB49C0121DE172f4a
Octal33326423402235162757112
Binary110110111011010010011100010010111011110101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB49C; }

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

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

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

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

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

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

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

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