Html Css Color HEX #DDD2A8 Sapling

📋 copy color: '#DDD2A8'

red 221 ◦ green 210 ◦ blue 168

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

Shades of Sapling #DDD2A8

Tints of Sapling #DDD2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.05%

R = 36.89%
G = 35.06%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDD2A8 (or 0xDDD2A8) is known color: Sapling. HEX triplet: DD, D2 and A8. RGB value is (221,210,168). Sum of RGB (Red+Green+Blue) = 221+210+168=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2A8 is #222D57. Grayscale: #D0D0D0. Windows color (decimal): -2239832 or 11064029. OLE color: 11064029.

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

Color convert

RGB 221 210 168 -
CMYK 0 0.05 0.24 0.13
HSL 47.55º 0.44% 0.76% -
HSV(B) 47.55º 0.24% 0.87% -
XYZ 59.93 64.29 46.3 -
YUV 208.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 221 210 168 0 0.05 0.24 0.13 47.55 0.44 0.76
Hex DD D2 A8 0 5 18 D 30 2C 4C
Octal 335 322 250 0 5 30 15 60 54 114
Binary 11011101 11010010 10101000 0 101 11000 1101 110000 101100 1001100

Color Harmonies of #DDD2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2A8

Black with #DDD2A8

Text Example


Text Example

White with #DDD2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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