#DAD1A4

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

Shades of Sapling #DAD1A4

Tints of Sapling #DAD1A4

Color information

#DAD1A4 (or 0xDAD1A4) is unknown color: approx Sapling. HEX triplet: DA, D1 and A4. RGB value is (218,209,164). Sum of RGB (Red+Green+Blue) = 218+209+164=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1A4 is #252E5B. Grayscale: #CECECE. Windows color (decimal): -2436700 or 10801626. OLE color: 10801626.

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

Color convert

RGB218209164-
CMYK00.040.250.15
HSL50º42.19%74.9%-
HSV(B)50º24.77%85.49%-
XYZ58.4163.1944.24-
YUV206.56103.98136.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=36.89%
G=35.36%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820916400.040.250.155042.1974.9
HexDAD1A40419F322a4b
Octal3323212440431176252113
Binary11011010110100011010010001001100111111100101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1A4; }

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

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

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

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

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

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

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

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