Html Css Color HEX #DAD0A8 Sapling

📋 copy color: '#DAD0A8'

red 218 ◦ green 208 ◦ blue 168

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

Shades of Sapling #DAD0A8

Tints of Sapling #DAD0A8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

 BLUE value IS 168 (66.02% from 255) = 28.28%

R = 36.7%
G = 35.02%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

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

RGB 218 208 168 -
CMYK 0 0.05 0.23 0.15
HSL 48º 0.4% 0.76% -
HSV(B) 48º 0.23% 0.85% -
XYZ 58.54 62.84 46.09 -
YUV 206.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 218 208 168 0 0.05 0.23 0.15 48 0.4 0.76
Hex DA D0 A8 0 5 17 F 30 28 4C
Octal 332 320 250 0 5 27 17 60 50 114
Binary 11011010 11010000 10101000 0 101 10111 1111 110000 101000 1001100

Color Harmonies of #DAD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD0A8

Black with #DAD0A8

Text Example


Text Example

White with #DAD0A8

Text Example


Text Example

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