#DBB69E

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

Shades of Cashmere #DBB69E

Tints of Cashmere #DBB69E

Color information

#DBB69E (or 0xDBB69E) is unknown color: approx Cashmere. HEX triplet: DB, B6 and 9E. RGB value is (219,182,158). Sum of RGB (Red+Green+Blue) = 219+182+158=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB69E is #244961. Grayscale: #BEBEBE. Windows color (decimal): -2378082 or 10401499. OLE color: 10401499.

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

Color convert

RGB219182158-
CMYK00.170.280.14
HSL23.61º45.86%73.92%-
HSV(B)23.61º27.85%85.88%-
XYZ52.1150.9839.44-
YUV190.33109.76148.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=39.18%
G=32.56%
B=28.26%

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
Decimal21918215800.170.280.1423.6145.8673.92
HexDBB69E0111CE182e4a
Octal33326623602134163056112
Binary110110111011011010011110010001111001110110001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB69E; }

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

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

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

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

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

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

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

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