#DACFA6

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

Shades of Sapling #DACFA6

Tints of Sapling #DACFA6

Color information

#DACFA6 (or 0xDACFA6) is unknown color: approx Sapling. HEX triplet: DA, CF and A6. RGB value is (218,207,166). Sum of RGB (Red+Green+Blue) = 218+207+166=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFA6 is #253059. Grayscale: #CDCDCD. Windows color (decimal): -2437210 or 10932186. OLE color: 10932186.

HSL color Cylindrical-coordinate representation of color #DACFA6: hue angle of 47.31º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DACFA6 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218207166-
CMYK00.050.240.15
HSL47.31º41.27%75.29%-
HSV(B)47.31º23.85%85.49%-
XYZ58.1162.2845.04-
YUV205.61105.64136.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=36.89%
G=35.03%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820716600.050.240.1547.3141.2775.29
HexDACFA60518F2f294b
Octal3323172460530175751113
Binary11011010110011111010011001011100011111011111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFA6; }

 p { color: rgb(218,207,166); }

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

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

 a { background-color: rgb(218,207,166); }

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

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

 span { border-color: rgb(218,207,166); }

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