#DACFA5

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

Shades of Sapling #DACFA5

Tints of Sapling #DACFA5

Color information

#DACFA5 (or 0xDACFA5) is unknown color: approx Sapling. HEX triplet: DA, CF and A5. RGB value is (218,207,165). Sum of RGB (Red+Green+Blue) = 218+207+165=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFA5 is #25305A. Grayscale: #CDCDCD. Windows color (decimal): -2437211 or 10866650. OLE color: 10866650.

HSL color Cylindrical-coordinate representation of color #DACFA5: hue angle of 47.55º degrees, saturation: 0.42, 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 #DACFA5 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218207165-
CMYK00.050.240.15
HSL47.55º41.73%75.1%-
HSV(B)47.55º24.31%85.49%-
XYZ58.0262.2544.55-
YUV205.5105.14136.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=36.95%
G=35.08%
B=27.97%

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
Decimal21820716500.050.240.1547.5541.7375.1
HexDACFA50518F302a4b
Octal3323172450530176052113
Binary11011010110011111010010101011100011111100001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFA5; }

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

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

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

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

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

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

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

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