#DBB99D

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

Shades of Cashmere #DBB99D

Tints of Cashmere #DBB99D

Color information

#DBB99D (or 0xDBB99D) is unknown color: approx Cashmere. HEX triplet: DB, B9 and 9D. RGB value is (219,185,157). Sum of RGB (Red+Green+Blue) = 219+185+157=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB99D is #244662. Grayscale: #C0C0C0. Windows color (decimal): -2377315 or 10336731. OLE color: 10336731.

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

Color convert

RGB219185157-
CMYK00.160.280.14
HSL27.1º46.27%73.73%-
HSV(B)27.1º28.31%85.88%-
XYZ52.6552.1939.2-
YUV191.97108.26147.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=39.04%
G=32.98%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918515700.160.280.1427.146.2773.73
HexDBB99D0101CE1b2e4a
Octal33327123502034163356112
Binary110110111011100110011101010000111001110110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB99D; }

 p { color: rgb(219,185,157); }

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

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

 a { background-color: rgb(219,185,157); }

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

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

 span { border-color: rgb(219,185,157); }

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