#DEC0AB

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

Shades of Just Right #DEC0AB

Tints of Just Right #DEC0AB

Color information

#DEC0AB (or 0xDEC0AB) is unknown color: approx Just Right. HEX triplet: DE, C0 and AB. RGB value is (222,192,171). Sum of RGB (Red+Green+Blue) = 222+192+171=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC0AB is #213F54. Grayscale: #C6C6C6. Windows color (decimal): -2178901 or 11256030. OLE color: 11256030.

HSL color Cylindrical-coordinate representation of color #DEC0AB: hue angle of 24.71º 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 #DEC0AB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222192171-
CMYK00.140.230.13
HSL24.71º43.59%77.06%-
HSV(B)24.71º22.97%87.06%-
XYZ56.3256.1746.4-
YUV198.58112.44144.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=37.95%
G=32.82%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219217100.140.230.1324.7143.5977.06
HexDEC0AB0E17D192c4d
Octal33630025301627153154115
Binary11011110110000001010101101110101111101110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0AB; }

 p { color: rgb(222,192,171); }

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

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

 a { background-color: rgb(222,192,171); }

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

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

 span { border-color: rgb(222,192,171); }

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