#DBB69F

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

Shades of Cashmere #DBB69F

Tints of Cashmere #DBB69F

Color information

#DBB69F (or 0xDBB69F) is unknown color: approx Cashmere. HEX triplet: DB, B6 and 9F. RGB value is (219,182,159). Sum of RGB (Red+Green+Blue) = 219+182+159=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB69F is #244960. Grayscale: #BEBEBE. Windows color (decimal): -2378081 or 10467035. OLE color: 10467035.

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

Color convert

RGB219182159-
CMYK00.170.270.14
HSL23º45.45%74.12%-
HSV(B)23º27.4%85.88%-
XYZ52.251.0239.9-
YUV190.44110.26148.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=39.11%
G=32.5%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918215900.170.270.142345.4574.12
HexDBB69F0111BE172d4a
Octal33326623702133162755112
Binary110110111011011010011111010001110111110101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB69F; }

 p { color: rgb(219,182,159); }

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

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

 a { background-color: rgb(219,182,159); }

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

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

 span { border-color: rgb(219,182,159); }

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