#DBB69B

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

Shades of Cashmere #DBB69B

Tints of Cashmere #DBB69B

Color information

#DBB69B (or 0xDBB69B) is unknown color: approx Cashmere. HEX triplet: DB, B6 and 9B. RGB value is (219,182,155). Sum of RGB (Red+Green+Blue) = 219+182+155=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB69B is #244964. Grayscale: #BEBEBE. Windows color (decimal): -2378085 or 10204891. OLE color: 10204891.

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

Color convert

RGB219182155-
CMYK00.170.290.14
HSL25.31º47.06%73.33%-
HSV(B)25.31º29.22%85.88%-
XYZ51.8650.8838.1-
YUV189.98108.26148.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=39.39%
G=32.73%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918215500.170.290.1425.3147.0673.33
HexDBB69B0111DE192f49
Octal33326623302135163157111
Binary110110111011011010011011010001111011110110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB69B; }

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

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

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

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

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

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

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

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