#DEC1AD

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

Shades of Just Right #DEC1AD

Tints of Just Right #DEC1AD

Color information

#DEC1AD (or 0xDEC1AD) is unknown color: approx Just Right. HEX triplet: DE, C1 and AD. RGB value is (222,193,173). Sum of RGB (Red+Green+Blue) = 222+193+173=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC1AD is #213E52. Grayscale: #C7C7C7. Windows color (decimal): -2178643 or 11387358. OLE color: 11387358.

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

Color convert

RGB222193173-
CMYK00.130.220.13
HSL24.49º42.61%77.45%-
HSV(B)24.49º22.07%87.06%-
XYZ56.7456.6947.49-
YUV199.39113.11144.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=37.76%
G=32.82%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219317300.130.220.1324.4942.6177.45
HexDEC1AD0D16D182b4d
Octal33630125501526153053115
Binary11011110110000011010110101101101101101110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1AD; }

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

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

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

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

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

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

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

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