#DEB29B

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

Shades of Cashmere #DEB29B

Tints of Cashmere #DEB29B

Color information

#DEB29B (or 0xDEB29B) is unknown color: approx Cashmere. HEX triplet: DE, B2 and 9B. RGB value is (222,178,155). Sum of RGB (Red+Green+Blue) = 222+178+155=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB29B is #214D64. Grayscale: #BCBCBC. Windows color (decimal): -2182501 or 10203870. OLE color: 10203870.

HSL color Cylindrical-coordinate representation of color #DEB29B: hue angle of 20.6º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB29B is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222178155-
CMYK00.200.300.13
HSL20.6º50.38%73.92%-
HSV(B)20.6º30.18%87.06%-
XYZ51.9649.7437.87-
YUV188.53109.08151.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=40%
G=32.07%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217815500.200.300.1320.650.3873.92
HexDEB29B0141ED15324a
Octal33626223302436152562112
Binary110111101011001010011011010100111101101101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB29B; }

 p { color: rgb(222,178,155); }

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

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

 a { background-color: rgb(222,178,155); }

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

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

 span { border-color: rgb(222,178,155); }

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