#DECFA3

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

Shades of Sapling #DECFA3

Tints of Sapling #DECFA3

Color information

#DECFA3 (or 0xDECFA3) is unknown color: approx Sapling. HEX triplet: DE, CF and A3. RGB value is (222,207,163). Sum of RGB (Red+Green+Blue) = 222+207+163=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFA3 is #21305C. Grayscale: #CECECE. Windows color (decimal): -2175069 or 10735582. OLE color: 10735582.

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

Color convert

RGB222207163-
CMYK00.070.270.13
HSL44.75º47.2%75.49%-
HSV(B)44.75º26.58%87.06%-
XYZ59.0562.843.66-
YUV206.47103.47139.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 163 (64.06% from 255) = 27.53%
R=37.5%
G=34.97%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220716300.070.270.1344.7547.275.49
HexDECFA3071BD2d2f4b
Octal3363172430733155557113
Binary11011110110011111010001101111101111011011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFA3; }

 p { color: rgb(222,207,163); }

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

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

 a { background-color: rgb(222,207,163); }

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

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

 span { border-color: rgb(222,207,163); }

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