#DAD0A8

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

Shades of Sapling #DAD0A8

Tints of Sapling #DAD0A8

Color information

#DAD0A8 (or 0xDAD0A8) is unknown color: approx Sapling. HEX triplet: DA, D0 and A8. RGB value is (218,208,168). Sum of RGB (Red+Green+Blue) = 218+208+168=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0A8 is #252F57. Grayscale: #CECECE. Windows color (decimal): -2436952 or 11063514. OLE color: 11063514.

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

Color convert

RGB218208168-
CMYK00.050.230.15
HSL48º40.32%75.69%-
HSV(B)48º22.94%85.49%-
XYZ58.5462.8446.09-
YUV206.43106.31136.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 168 (66.02% from 255) = 28.28%
R=36.70%
G=35.02%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820816800.050.230.154840.3275.69
HexDAD0A80517F30284c
Octal3323202500527176050114
Binary11011010110100001010100001011011111111100001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0A8; }

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

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

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

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

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

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

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

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