#DACFAA

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

Shades of Sapling #DACFAA

Tints of Sapling #DACFAA

Color information

#DACFAA (or 0xDACFAA) is unknown color: approx Sapling. HEX triplet: DA, CF and AA. RGB value is (218,207,170). Sum of RGB (Red+Green+Blue) = 218+207+170=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFAA is #253055. Grayscale: #CECECE. Windows color (decimal): -2437206 or 11194330. OLE color: 11194330.

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

Color convert

RGB218207170-
CMYK00.050.220.15
HSL46.25º39.34%76.08%-
HSV(B)46.25º22.02%85.49%-
XYZ58.4862.4347-
YUV206.07107.64136.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=36.64%
G=34.79%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820717000.050.220.1546.2539.3476.08
HexDACFAA0516F2e274c
Octal3323172520526175647114
Binary11011010110011111010101001011011011111011101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFAA; }

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

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

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

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

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

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

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

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