#DAD0A6

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

Shades of Sapling #DAD0A6

Tints of Sapling #DAD0A6

Color information

#DAD0A6 (or 0xDAD0A6) is unknown color: approx Sapling. HEX triplet: DA, D0 and A6. RGB value is (218,208,166). Sum of RGB (Red+Green+Blue) = 218+208+166=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0A6 is #252F59. Grayscale: #CECECE. Windows color (decimal): -2436954 or 10932442. OLE color: 10932442.

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

Color convert

RGB218208166-
CMYK00.050.240.15
HSL48.46º41.27%75.29%-
HSV(B)48.46º23.85%85.49%-
XYZ58.3562.7745.12-
YUV206.2105.31136.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=36.82%
G=35.14%
B=28.04%

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
Decimal21820816600.050.240.1548.4641.2775.29
HexDAD0A60518F30294b
Octal3323202460530176051113
Binary11011010110100001010011001011100011111100001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0A6; }

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

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

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

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

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

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

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

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