#DBB89C

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

Shades of Cashmere #DBB89C

Tints of Cashmere #DBB89C

Color information

#DBB89C (or 0xDBB89C) is unknown color: approx Cashmere. HEX triplet: DB, B8 and 9C. RGB value is (219,184,156). Sum of RGB (Red+Green+Blue) = 219+184+156=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB89C is #244763. Grayscale: #BFBFBF. Windows color (decimal): -2377572 or 10270939. OLE color: 10270939.

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

Color convert

RGB219184156-
CMYK00.160.290.14
HSL26.67º46.67%73.53%-
HSV(B)26.67º28.77%85.88%-
XYZ52.3551.7438.68-
YUV191.27108.1147.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=39.18%
G=32.92%
B=27.91%

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
Decimal21918415600.160.290.1426.6746.6773.53
HexDBB89C0101DE1b2f4a
Octal33327023402035163357112
Binary110110111011100010011100010000111011110110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB89C; }

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

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

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

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

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

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

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

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