#DBB79B

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

Shades of Cashmere #DBB79B

Tints of Cashmere #DBB79B

Color information

#DBB79B (or 0xDBB79B) is unknown color: approx Cashmere. HEX triplet: DB, B7 and 9B. RGB value is (219,183,155). Sum of RGB (Red+Green+Blue) = 219+183+155=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB79B is #244864. Grayscale: #BEBEBE. Windows color (decimal): -2377829 or 10205147. OLE color: 10205147.

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

Color convert

RGB219183155-
CMYK00.160.290.14
HSL26.25º47.06%73.33%-
HSV(B)26.25º29.22%85.88%-
XYZ52.0651.2938.17-
YUV190.57107.93148.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=39.32%
G=32.85%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918315500.160.290.1426.2547.0673.33
HexDBB79B0101DE1a2f49
Octal33326723302035163257111
Binary110110111011011110011011010000111011110110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB79B; }

 p { color: rgb(219,183,155); }

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

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

 a { background-color: rgb(219,183,155); }

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

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

 span { border-color: rgb(219,183,155); }

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