Html Css Color HEX #DDD1AB Sapling

📋 copy color: '#DDD1AB'

red 221 ◦ green 209 ◦ blue 171

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

Shades of Sapling #DDD1AB

Tints of Sapling #DDD1AB

RGB

 RED value IS 221 (86.72% from 255) = 36.77%

 GREEN value IS 209 (82.03% from 255) = 34.78%

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

R = 36.77%
G = 34.78%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDD1AB (or 0xDDD1AB) is known color: Sapling. HEX triplet: DD, D1 and AB. RGB value is (221,209,171). Sum of RGB (Red+Green+Blue) = 221+209+171=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AB is #222E54. Grayscale: #D0D0D0. Windows color (decimal): -2240085 or 11260381. OLE color: 11260381.

HSL color Cylindrical-coordinate representation of color #DDD1AB: hue angle of 45.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDD1AB is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 171 -
CMYK 0 0.05 0.23 0.13
HSL 45.6º 0.42% 0.77% -
HSV(B) 45.6º 0.23% 0.87% -
XYZ 59.97 63.91 47.7 -
YUV 208.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 221 209 171 0 0.05 0.23 0.13 45.6 0.42 0.77
Hex DD D1 AB 0 5 17 D 2E 2A 4D
Octal 335 321 253 0 5 27 15 56 52 115
Binary 11011101 11010001 10101011 0 101 10111 1101 101110 101010 1001101

Color Harmonies of #DDD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1AB

Black with #DDD1AB

Text Example


Text Example

White with #DDD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1AB; }

 p { color: rgb(221,209,171); }

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

background-color css

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

 a { background-color: rgb(221,209,171); }

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

border-color css

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

 span { border-color: rgb(221,209,171); }

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