#DEC0AD

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

Shades of Just Right #DEC0AD

Tints of Just Right #DEC0AD

Color information

#DEC0AD (or 0xDEC0AD) is unknown color: approx Just Right. HEX triplet: DE, C0 and AD. RGB value is (222,192,173). Sum of RGB (Red+Green+Blue) = 222+192+173=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC0AD is #213F52. Grayscale: #C6C6C6. Windows color (decimal): -2178899 or 11387102. OLE color: 11387102.

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

Color convert

RGB222192173-
CMYK00.140.220.13
HSL23.27º42.61%77.45%-
HSV(B)23.27º22.07%87.06%-
XYZ56.5256.2547.41-
YUV198.8113.44144.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=37.82%
G=32.71%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219217300.140.220.1323.2742.6177.45
HexDEC0AD0E16D172b4d
Octal33630025501626152753115
Binary11011110110000001010110101110101101101101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0AD; }

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

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

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

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

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

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

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

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