Html Css Color HEX #DAD1A4 Sapling

📋 copy color: '#DAD1A4'

red 218 ◦ green 209 ◦ blue 164

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

Shades of Sapling #DAD1A4

Tints of Sapling #DAD1A4

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 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

#DAD1A4 (or 0xDAD1A4) is known color: 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

RGB 218 209 164 -
CMYK 0 0.04 0.25 0.15
HSL 50º 0.42% 0.75% -
HSV(B) 50º 0.25% 0.85% -
XYZ 58.41 63.19 44.24 -
YUV 206.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 218 209 164 0 0.04 0.25 0.15 50 0.42 0.75
Hex DA D1 A4 0 4 19 F 32 2A 4B
Octal 332 321 244 0 4 31 17 62 52 113
Binary 11011010 11010001 10100100 0 100 11001 1111 110010 101010 1001011

Color Harmonies of #DAD1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD1A4

Black with #DAD1A4

Text Example


Text Example

White with #DAD1A4

Text Example


Text Example

HTML Codes & Css Web 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>