Html Css Color HEX #DAD2AB Sapling

📋 copy color: '#DAD2AB'

red 218 ◦ green 210 ◦ blue 171

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

Shades of Sapling #DAD2AB

Tints of Sapling #DAD2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

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

R = 36.39%
G = 35.06%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAD2AB (or 0xDAD2AB) is known color: Sapling. HEX triplet: DA, D2 and AB. RGB value is (218,210,171). Sum of RGB (Red+Green+Blue) = 218+210+171=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD2AB is #252D54. Grayscale: #D0D0D0. Windows color (decimal): -2436437 or 11260634. OLE color: 11260634.

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

Color convert

RGB 218 210 171 -
CMYK 0 0.04 0.22 0.15
HSL 49.79º 0.39% 0.76% -
HSV(B) 49.79º 0.22% 0.85% -
XYZ 59.31 63.94 47.74 -
YUV 207.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 218 210 171 0 0.04 0.22 0.15 49.79 0.39 0.76
Hex DA D2 AB 0 4 16 F 32 27 4C
Octal 332 322 253 0 4 26 17 62 47 114
Binary 11011010 11010010 10101011 0 100 10110 1111 110010 100111 1001100

Color Harmonies of #DAD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD2AB

Black with #DAD2AB

Text Example


Text Example

White with #DAD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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