#DEB198

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

Shades of Cashmere #DEB198

Tints of Cashmere #DEB198

Color information

#DEB198 (or 0xDEB198) is unknown color: approx Cashmere. HEX triplet: DE, B1 and 98. RGB value is (222,177,152). Sum of RGB (Red+Green+Blue) = 222+177+152=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB198 is #214E67. Grayscale: #BBBBBB. Windows color (decimal): -2182760 or 10007006. OLE color: 10007006.

HSL color Cylindrical-coordinate representation of color #DEB198: hue angle of 21.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEB198 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222177152-
CMYK00.200.320.13
HSL21.43º51.47%73.33%-
HSV(B)21.43º31.53%87.06%-
XYZ51.5149.2436.5-
YUV187.6107.91152.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=40.29%
G=32.12%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217715200.200.320.1321.4351.4773.33
HexDEB19801420D153349
Octal33626123002440152563111
Binary1101111010110001100110000101001000001101101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB198; }

 p { color: rgb(222,177,152); }

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

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

 a { background-color: rgb(222,177,152); }

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

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

 span { border-color: rgb(222,177,152); }

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