Html Css Color HEX #DDD2AB Sapling

📋 copy color: '#DDD2AB'

red 221 ◦ green 210 ◦ blue 171

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

Shades of Sapling #DDD2AB

Tints of Sapling #DDD2AB

RGB

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

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

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

R = 36.71%
G = 34.88%
B = 28.41%

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

#DDD2AB (or 0xDDD2AB) is known color: Sapling. HEX triplet: DD, D2 and AB. RGB value is (221,210,171). Sum of RGB (Red+Green+Blue) = 221+210+171=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AB is #222D54. Grayscale: #D1D1D1. Windows color (decimal): -2239829 or 11260637. OLE color: 11260637.

HSL color Cylindrical-coordinate representation of color #DDD2AB: hue angle of 46.8º 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 #DDD2AB is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 210 171 -
CMYK 0 0.05 0.23 0.13
HSL 46.8º 0.42% 0.77% -
HSV(B) 46.8º 0.23% 0.87% -
XYZ 60.22 64.41 47.79 -
YUV 208.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 221 210 171 0 0.05 0.23 0.13 46.8 0.42 0.77
Hex DD D2 AB 0 5 17 D 2F 2A 4D
Octal 335 322 253 0 5 27 15 57 52 115
Binary 11011101 11010010 10101011 0 101 10111 1101 101111 101010 1001101

Color Harmonies of #DDD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2AB

Black with #DDD2AB

Text Example


Text Example

White with #DDD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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