Html Css Color HEX #DDD3A5 Sapling

📋 copy color: '#DDD3A5'

red 221 ◦ green 211 ◦ blue 165

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

Shades of Sapling #DDD3A5

Tints of Sapling #DDD3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.64%

R = 37.02%
G = 35.34%
B = 27.64%

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

#DDD3A5 (or 0xDDD3A5) is known color: Sapling. HEX triplet: DD, D3 and A5. RGB value is (221,211,165). Sum of RGB (Red+Green+Blue) = 221+211+165=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3A5 is #222C5A. Grayscale: #D0D0D0. Windows color (decimal): -2239579 or 10867677. OLE color: 10867677.

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

Color convert

RGB 221 211 165 -
CMYK 0 0.05 0.25 0.13
HSL 49.29º 0.45% 0.76% -
HSV(B) 49.29º 0.25% 0.87% -
XYZ 59.9 64.68 44.92 -
YUV 208.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 221 211 165 0 0.05 0.25 0.13 49.29 0.45 0.76
Hex DD D3 A5 0 5 19 D 31 2D 4C
Octal 335 323 245 0 5 31 15 61 55 114
Binary 11011101 11010011 10100101 0 101 11001 1101 110001 101101 1001100

Color Harmonies of #DDD3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3A5

Black with #DDD3A5

Text Example


Text Example

White with #DDD3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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