Html Css Color HEX #DDD2AD Sapling

📋 copy color: '#DDD2AD'

red 221 ◦ green 210 ◦ blue 173

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

Shades of Sapling #DDD2AD

Tints of Sapling #DDD2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 36.59%
G = 34.77%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDD2AD (or 0xDDD2AD) is known color: Sapling. HEX triplet: DD, D2 and AD. RGB value is (221,210,173). Sum of RGB (Red+Green+Blue) = 221+210+173=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AD is #222D52. Grayscale: #D1D1D1. Windows color (decimal): -2239827 or 11391709. OLE color: 11391709.

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

Color convert

RGB 221 210 173 -
CMYK 0 0.05 0.22 0.13
HSL 46.25º 0.41% 0.77% -
HSV(B) 46.25º 0.22% 0.87% -
XYZ 60.41 64.48 48.8 -
YUV 209.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 221 210 173 0 0.05 0.22 0.13 46.25 0.41 0.77
Hex DD D2 AD 0 5 16 D 2E 29 4D
Octal 335 322 255 0 5 26 15 56 51 115
Binary 11011101 11010010 10101101 0 101 10110 1101 101110 101001 1001101

Color Harmonies of #DDD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2AD

Black with #DDD2AD

Text Example


Text Example

White with #DDD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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