#DAD0AB

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

Shades of Sapling #DAD0AB

Tints of Sapling #DAD0AB

Color information

#DAD0AB (or 0xDAD0AB) is unknown color: approx Sapling. HEX triplet: DA, D0 and AB. RGB value is (218,208,171). Sum of RGB (Red+Green+Blue) = 218+208+171=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0AB is #252F54. Grayscale: #CECECE. Windows color (decimal): -2436949 or 11260122. OLE color: 11260122.

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

Color convert

RGB218208171-
CMYK00.050.220.15
HSL47.23º38.84%76.27%-
HSV(B)47.23º21.56%85.49%-
XYZ58.8262.9647.58-
YUV206.77107.81136.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=36.52%
G=34.84%
B=28.64%

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
Decimal21820817100.050.220.1547.2338.8476.27
HexDAD0AB0516F2f274c
Octal3323202530526175747114
Binary11011010110100001010101101011011011111011111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0AB; }

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

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

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

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

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

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

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

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