Html Css Color HEX #DDD1AE Sapling

📋 copy color: '#DDD1AE'

red 221 ◦ green 209 ◦ blue 174

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

Shades of Sapling #DDD1AE

Tints of Sapling #DDD1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.81%

R = 36.59%
G = 34.6%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDD1AE (or 0xDDD1AE) is known color: Sapling. HEX triplet: DD, D1 and AE. RGB value is (221,209,174). Sum of RGB (Red+Green+Blue) = 221+209+174=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AE is #222E51. Grayscale: #D0D0D0. Windows color (decimal): -2240082 or 11456989. OLE color: 11456989.

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

Color convert

RGB 221 209 174 -
CMYK 0 0.05 0.21 0.13
HSL 44.68º 0.41% 0.77% -
HSV(B) 44.68º 0.21% 0.87% -
XYZ 60.26 64.03 49.23 -
YUV 208.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 221 209 174 0 0.05 0.21 0.13 44.68 0.41 0.77
Hex DD D1 AE 0 5 15 D 2D 29 4D
Octal 335 321 256 0 5 25 15 55 51 115
Binary 11011101 11010001 10101110 0 101 10101 1101 101101 101001 1001101

Color Harmonies of #DDD1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1AE

Black with #DDD1AE

Text Example


Text Example

White with #DDD1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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