#deb7a0

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

Shades of Just Right #DEB7A0

Tints of Just Right #DEB7A0

Color information

#DEB7A0 (or 0xDEB7A0) is unknown color: approx Just Right. HEX triplet: DE, B7 and A0. RGB value is (222,183,160). Sum of RGB (Red+Green+Blue) = 222+183+160=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB7A0 is #21485F. Grayscale: #C0C0C0. Windows color (decimal): -2181216 or 10532830. OLE color: 10532830.

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

Color convert

RGB222183160-
CMYK00.180.280.13
HSL22.26º48.44%74.9%-
HSV(B)22.26º27.93%87.06%-
XYZ53.451.9340.47-
YUV192.04109.92149.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=39.29%
G=32.39%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218316000.180.280.1322.2648.4474.9
HexDEB7A00121CD16304b
Octal33626724002234152660113
Binary110111101011011110100000010010111001101101101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb7a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb7a0; }

 p { color: rgb(222,183,160); }

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

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

 a { background-color: rgb(222,183,160); }

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

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

 span { border-color: rgb(222,183,160); }

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