#DEB9AA

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

Shades of Just Right #DEB9AA

Tints of Just Right #DEB9AA

Color information

#DEB9AA (or 0xDEB9AA) is unknown color: approx Just Right. HEX triplet: DE, B9 and AA. RGB value is (222,185,170). Sum of RGB (Red+Green+Blue) = 222+185+170=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB9AA is #214655. Grayscale: #C2C2C2. Windows color (decimal): -2180694 or 11188702. OLE color: 11188702.

HSL color Cylindrical-coordinate representation of color #DEB9AA: hue angle of 17.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB9AA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222185170-
CMYK00.170.230.13
HSL17.31º44.07%76.86%-
HSV(B)17.31º23.42%87.06%-
XYZ54.7353.1345.4-
YUV194.35114.26147.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=38.47%
G=32.06%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218517000.170.230.1317.3144.0776.86
HexDEB9AA01117D112c4d
Octal33627125202127152154115
Binary110111101011100110101010010001101111101100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9AA; }

 p { color: rgb(222,185,170); }

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

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

 a { background-color: rgb(222,185,170); }

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

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

 span { border-color: rgb(222,185,170); }

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