Html Css Color HEX #DDD0AC Sapling

📋 copy color: '#DDD0AC'

red 221 ◦ green 208 ◦ blue 172

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

Shades of Sapling #DDD0AC

Tints of Sapling #DDD0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.62%

R = 36.77%
G = 34.61%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDD0AC (or 0xDDD0AC) is known color: Sapling. HEX triplet: DD, D0 and AC. RGB value is (221,208,172). Sum of RGB (Red+Green+Blue) = 221+208+172=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0AC is #222F53. Grayscale: #CFCFCF. Windows color (decimal): -2240340 or 11325661. OLE color: 11325661.

HSL color Cylindrical-coordinate representation of color #DDD0AC: hue angle of 44.08º degrees, saturation: 0.42, 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 #DDD0AC is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 172 -
CMYK 0 0.06 0.22 0.13
HSL 44.08º 0.42% 0.77% -
HSV(B) 44.08º 0.22% 0.87% -
XYZ 59.82 63.46 48.13 -
YUV 207.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 221 208 172 0 0.06 0.22 0.13 44.08 0.42 0.77
Hex DD D0 AC 0 6 16 D 2C 2A 4D
Octal 335 320 254 0 6 26 15 54 52 115
Binary 11011101 11010000 10101100 0 110 10110 1101 101100 101010 1001101

Color Harmonies of #DDD0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0AC

Black with #DDD0AC

Text Example


Text Example

White with #DDD0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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