#DAD1A5

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

Shades of Sapling #DAD1A5

Tints of Sapling #DAD1A5

Color information

#DAD1A5 (or 0xDAD1A5) is unknown color: approx Sapling. HEX triplet: DA, D1 and A5. RGB value is (218,209,165). Sum of RGB (Red+Green+Blue) = 218+209+165=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1A5 is #252E5A. Grayscale: #CECECE. Windows color (decimal): -2436699 or 10867162. OLE color: 10867162.

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

Color convert

RGB218209165-
CMYK00.040.240.15
HSL49.81º41.73%75.1%-
HSV(B)49.81º24.31%85.49%-
XYZ58.5163.2244.72-
YUV206.68104.48136.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=36.82%
G=35.30%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820916500.040.240.1549.8141.7375.1
HexDAD1A50418F322a4b
Octal3323212450430176252113
Binary11011010110100011010010101001100011111100101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1A5; }

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

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

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

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

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

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

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

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