#DBB69D

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

Shades of Cashmere #DBB69D

Tints of Cashmere #DBB69D

Color information

#DBB69D (or 0xDBB69D) is unknown color: approx Cashmere. HEX triplet: DB, B6 and 9D. RGB value is (219,182,157). Sum of RGB (Red+Green+Blue) = 219+182+157=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB69D is #244962. Grayscale: #BEBEBE. Windows color (decimal): -2378083 or 10335963. OLE color: 10335963.

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

Color convert

RGB219182157-
CMYK00.170.280.14
HSL24.19º46.27%73.73%-
HSV(B)24.19º28.31%85.88%-
XYZ52.0350.9538.99-
YUV190.21109.26148.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=39.25%
G=32.62%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918215700.170.280.1424.1946.2773.73
HexDBB69D0111CE182e4a
Octal33326623502134163056112
Binary110110111011011010011101010001111001110110001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB69D; }

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

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

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

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

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

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

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

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