Html Css Color HEX #D9D0AB Sapling

📋 copy color: '#D9D0AB'

red 217 ◦ green 208 ◦ blue 171

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

Shades of Sapling #D9D0AB

Tints of Sapling #D9D0AB

RGB

 RED value IS 217 (85.16% from 255) = 36.41%

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

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

R = 36.41%
G = 34.9%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9D0AB (or 0xD9D0AB) is known color: Sapling. HEX triplet: D9, D0 and AB. RGB value is (217,208,171). Sum of RGB (Red+Green+Blue) = 217+208+171=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D0AB is #262F54. Grayscale: #CECECE. Windows color (decimal): -2502485 or 11260121. OLE color: 11260121.

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

Color convert

RGB 217 208 171 -
CMYK 0 0.04 0.21 0.15
HSL 48.26º 0.38% 0.76% -
HSV(B) 48.26º 0.21% 0.85% -
XYZ 58.52 62.8 47.57 -
YUV 206.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 217 208 171 0 0.04 0.21 0.15 48.26 0.38 0.76
Hex D9 D0 AB 0 4 15 F 30 26 4C
Octal 331 320 253 0 4 25 17 60 46 114
Binary 11011001 11010000 10101011 0 100 10101 1111 110000 100110 1001100

Color Harmonies of #D9D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D0AB

Black with #D9D0AB

Text Example


Text Example

White with #D9D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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