#DEB69E

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

Shades of Cashmere #DEB69E

Tints of Cashmere #DEB69E

Color information

#DEB69E (or 0xDEB69E) is unknown color: approx Cashmere. HEX triplet: DE, B6 and 9E. RGB value is (222,182,158). Sum of RGB (Red+Green+Blue) = 222+182+158=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB69E is #214961. Grayscale: #BFBFBF. Windows color (decimal): -2181474 or 10401502. OLE color: 10401502.

HSL color Cylindrical-coordinate representation of color #DEB69E: hue angle of 22.5º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB69E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222182158-
CMYK00.180.290.13
HSL22.5º49.23%74.51%-
HSV(B)22.5º28.83%87.06%-
XYZ53.0251.4539.48-
YUV191.22109.25149.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=39.50%
G=32.38%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218215800.180.290.1322.549.2374.51
HexDEB69E0121DD17314b
Octal33626623602235152761113
Binary110111101011011010011110010010111011101101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB69E; }

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

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

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

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

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

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

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

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