Html Css Color HEX #DDD3A6 Sapling

📋 copy color: '#DDD3A6'

red 221 ◦ green 211 ◦ blue 166

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

Shades of Sapling #DDD3A6

Tints of Sapling #DDD3A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.76%

R = 36.96%
G = 35.28%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDD3A6 (or 0xDDD3A6) is known color: Sapling. HEX triplet: DD, D3 and A6. RGB value is (221,211,166). Sum of RGB (Red+Green+Blue) = 221+211+166=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3A6 is #222C59. Grayscale: #D1D1D1. Windows color (decimal): -2239578 or 10933213. OLE color: 10933213.

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

Color convert

RGB 221 211 166 -
CMYK 0 0.05 0.25 0.13
HSL 49.09º 0.45% 0.76% -
HSV(B) 49.09º 0.25% 0.87% -
XYZ 60 64.71 45.41 -
YUV 208.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 221 211 166 0 0.05 0.25 0.13 49.09 0.45 0.76
Hex DD D3 A6 0 5 19 D 31 2D 4C
Octal 335 323 246 0 5 31 15 61 55 114
Binary 11011101 11010011 10100110 0 101 11001 1101 110001 101101 1001100

Color Harmonies of #DDD3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3A6

Black with #DDD3A6

Text Example


Text Example

White with #DDD3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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