Html Css Color HEX #DDD0A9 Sapling

📋 copy color: '#DDD0A9'

red 221 ◦ green 208 ◦ blue 169

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

Shades of Sapling #DDD0A9

Tints of Sapling #DDD0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.26%

R = 36.96%
G = 34.78%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDD0A9 (or 0xDDD0A9) is known color: Sapling. HEX triplet: DD, D0 and A9. RGB value is (221,208,169). Sum of RGB (Red+Green+Blue) = 221+208+169=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A9 is #222F56. Grayscale: #CFCFCF. Windows color (decimal): -2240343 or 11129053. OLE color: 11129053.

HSL color Cylindrical-coordinate representation of color #DDD0A9: hue angle of 45º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDD0A9 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 169 -
CMYK 0 0.06 0.24 0.13
HSL 45º 0.43% 0.76% -
HSV(B) 45º 0.24% 0.87% -
XYZ 59.54 63.35 46.63 -
YUV 207.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 221 208 169 0 0.06 0.24 0.13 45 0.43 0.76
Hex DD D0 A9 0 6 18 D 2D 2B 4C
Octal 335 320 251 0 6 30 15 55 53 114
Binary 11011101 11010000 10101001 0 110 11000 1101 101101 101011 1001100

Color Harmonies of #DDD0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0A9

Black with #DDD0A9

Text Example


Text Example

White with #DDD0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0A9; }

 p { color: rgb(221,208,169); }

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

background-color css

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

 a { background-color: rgb(221,208,169); }

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

border-color css

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

 span { border-color: rgb(221,208,169); }

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