Html Css Color HEX #DDD3AC Sapling

📋 copy color: '#DDD3AC'

red 221 ◦ green 211 ◦ blue 172

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

Shades of Sapling #DDD3AC

Tints of Sapling #DDD3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.93%

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

R = 36.59%
G = 34.93%
B = 28.48%

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

#DDD3AC (or 0xDDD3AC) is known color: Sapling. HEX triplet: DD, D3 and AC. RGB value is (221,211,172). Sum of RGB (Red+Green+Blue) = 221+211+172=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3AC is #222C53. Grayscale: #D1D1D1. Windows color (decimal): -2239572 or 11326429. OLE color: 11326429.

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

Color convert

RGB 221 211 172 -
CMYK 0 0.05 0.22 0.13
HSL 47.76º 0.42% 0.77% -
HSV(B) 47.76º 0.22% 0.87% -
XYZ 60.56 64.94 48.37 -
YUV 209.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 221 211 172 0 0.05 0.22 0.13 47.76 0.42 0.77
Hex DD D3 AC 0 5 16 D 30 2A 4D
Octal 335 323 254 0 5 26 15 60 52 115
Binary 11011101 11010011 10101100 0 101 10110 1101 110000 101010 1001101

Color Harmonies of #DDD3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3AC

Black with #DDD3AC

Text Example


Text Example

White with #DDD3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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