#DAD1AC

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

Shades of Sapling #DAD1AC

Tints of Sapling #DAD1AC

Color information

#DAD1AC (or 0xDAD1AC) is unknown color: approx Sapling. HEX triplet: DA, D1 and AC. RGB value is (218,209,172). Sum of RGB (Red+Green+Blue) = 218+209+172=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1AC is #252E53. Grayscale: #CFCFCF. Windows color (decimal): -2436692 or 11325914. OLE color: 11325914.

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

Color convert

RGB218209172-
CMYK00.040.210.15
HSL48.26º38.33%76.47%-
HSV(B)48.26º21.1%85.49%-
XYZ59.1663.4848.17-
YUV207.47107.98135.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 209 (82.03% from 255) = 34.89%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=36.39%
G=34.89%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820917200.040.210.1548.2638.3376.47
HexDAD1AC0415F30264c
Octal3323212540425176046114
Binary11011010110100011010110001001010111111100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1AC; }

 p { color: rgb(218,209,172); }

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

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

 a { background-color: rgb(218,209,172); }

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

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

 span { border-color: rgb(218,209,172); }

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