Html Css Color HEX #DDD2AE Sapling

📋 copy color: '#DDD2AE'

red 221 ◦ green 210 ◦ blue 174

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

Shades of Sapling #DDD2AE

Tints of Sapling #DDD2AE

RGB

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

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

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

R = 36.53%
G = 34.71%
B = 28.76%

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

#DDD2AE (or 0xDDD2AE) is known color: Sapling. HEX triplet: DD, D2 and AE. RGB value is (221,210,174). Sum of RGB (Red+Green+Blue) = 221+210+174=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AE is #222D51. Grayscale: #D1D1D1. Windows color (decimal): -2239826 or 11457245. OLE color: 11457245.

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

Color convert

RGB 221 210 174 -
CMYK 0 0.05 0.21 0.13
HSL 45.96º 0.41% 0.77% -
HSV(B) 45.96º 0.21% 0.87% -
XYZ 60.51 64.52 49.31 -
YUV 209.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 221 210 174 0 0.05 0.21 0.13 45.96 0.41 0.77
Hex DD D2 AE 0 5 15 D 2E 29 4D
Octal 335 322 256 0 5 25 15 56 51 115
Binary 11011101 11010010 10101110 0 101 10101 1101 101110 101001 1001101

Color Harmonies of #DDD2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2AE

Black with #DDD2AE

Text Example


Text Example

White with #DDD2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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