#DAD0A4

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

Shades of Sapling #DAD0A4

Tints of Sapling #DAD0A4

Color information

#DAD0A4 (or 0xDAD0A4) is unknown color: approx Sapling. HEX triplet: DA, D0 and A4. RGB value is (218,208,164). Sum of RGB (Red+Green+Blue) = 218+208+164=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0A4 is #252F5B. Grayscale: #CECECE. Windows color (decimal): -2436956 or 10801370. OLE color: 10801370.

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

Color convert

RGB218208164-
CMYK00.050.250.15
HSL48.89º42.19%74.9%-
HSV(B)48.89º24.77%85.49%-
XYZ58.1762.744.16-
YUV205.97104.31136.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=36.95%
G=35.25%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820816400.050.250.1548.8942.1974.9
HexDAD0A40519F312a4b
Octal3323202440531176152113
Binary11011010110100001010010001011100111111100011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0A4; }

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

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

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

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

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

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

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

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