Html Css Color HEX #DAD1A3 Sapling

📋 copy color: '#DAD1A3'

red 218 ◦ green 209 ◦ blue 163

#DAD1A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapling #DAD1A3

Tints of Sapling #DAD1A3

RGB

 RED value IS 218 (85.55% from 255) = 36.95%

 GREEN value IS 209 (82.03% from 255) = 35.42%

 BLUE value IS 163 (64.06% from 255) = 27.63%

R = 36.95%
G = 35.42%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DAD1A3 (or 0xDAD1A3) is known color: Sapling. HEX triplet: DA, D1 and A3. RGB value is (218,209,163). Sum of RGB (Red+Green+Blue) = 218+209+163=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1A3 is #252E5C. Grayscale: #CECECE. Windows color (decimal): -2436701 or 10736090. OLE color: 10736090.

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

Color convert

RGB 218 209 163 -
CMYK 0 0.04 0.25 0.15
HSL 50.18º 0.43% 0.75% -
HSV(B) 50.18º 0.25% 0.85% -
XYZ 58.32 63.15 43.77 -
YUV 206.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 218 209 163 0 0.04 0.25 0.15 50.18 0.43 0.75
Hex DA D1 A3 0 4 19 F 32 2B 4B
Octal 332 321 243 0 4 31 17 62 53 113
Binary 11011010 11010001 10100011 0 100 11001 1111 110010 101011 1001011

Color Harmonies of #DAD1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD1A3

Black with #DAD1A3

Text Example


Text Example

White with #DAD1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD1A3; }

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

 H1.HeaderClassName
 {
   color: #DAD1A3;
 }
 .AnyTagClassName
 {
   color: #DAD1A3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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