Html Css Color HEX #DDD0A1 Sapling

📋 copy color: '#DDD0A1'

red 221 ◦ green 208 ◦ blue 161

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

Shades of Sapling #DDD0A1

Tints of Sapling #DDD0A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.29%

R = 37.46%
G = 35.25%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDD0A1 (or 0xDDD0A1) is known color: Sapling. HEX triplet: DD, D0 and A1. RGB value is (221,208,161). Sum of RGB (Red+Green+Blue) = 221+208+161=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A1 is #222F5E. Grayscale: #CECECE. Windows color (decimal): -2240351 or 10604765. OLE color: 10604765.

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

Color convert

RGB 221 208 161 -
CMYK 0 0.06 0.27 0.13
HSL 47º 0.47% 0.75% -
HSV(B) 47º 0.27% 0.87% -
XYZ 58.81 63.06 42.79 -
YUV 206.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 221 208 161 0 0.06 0.27 0.13 47 0.47 0.75
Hex DD D0 A1 0 6 1B D 2F 2F 4B
Octal 335 320 241 0 6 33 15 57 57 113
Binary 11011101 11010000 10100001 0 110 11011 1101 101111 101111 1001011

Color Harmonies of #DDD0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0A1

Black with #DDD0A1

Text Example


Text Example

White with #DDD0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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