Html Css Color HEX #DAD0AB Sapling

📋 copy color: '#DAD0AB'

red 218 ◦ green 208 ◦ blue 171

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

Shades of Sapling #DAD0AB

Tints of Sapling #DAD0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.64%

R = 36.52%
G = 34.84%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAD0AB (or 0xDAD0AB) is known color: Sapling. HEX triplet: DA, D0 and AB. RGB value is (218,208,171). Sum of RGB (Red+Green+Blue) = 218+208+171=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0AB is #252F54. Grayscale: #CECECE. Windows color (decimal): -2436949 or 11260122. OLE color: 11260122.

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

Color convert

RGB 218 208 171 -
CMYK 0 0.05 0.22 0.15
HSL 47.23º 0.39% 0.76% -
HSV(B) 47.23º 0.22% 0.85% -
XYZ 58.82 62.96 47.58 -
YUV 206.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 218 208 171 0 0.05 0.22 0.15 47.23 0.39 0.76
Hex DA D0 AB 0 5 16 F 2F 27 4C
Octal 332 320 253 0 5 26 17 57 47 114
Binary 11011010 11010000 10101011 0 101 10110 1111 101111 100111 1001100

Color Harmonies of #DAD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD0AB

Black with #DAD0AB

Text Example


Text Example

White with #DAD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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