Html Css Color HEX #DDD3AB Sapling

📋 copy color: '#DDD3AB'

red 221 ◦ green 211 ◦ blue 171

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

Shades of Sapling #DDD3AB

Tints of Sapling #DDD3AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.36%

R = 36.65%
G = 34.99%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDD3AB (or 0xDDD3AB) is known color: Sapling. HEX triplet: DD, D3 and AB. RGB value is (221,211,171). Sum of RGB (Red+Green+Blue) = 221+211+171=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3AB is #222C54. Grayscale: #D1D1D1. Windows color (decimal): -2239573 or 11260893. OLE color: 11260893.

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

Color convert

RGB 221 211 171 -
CMYK 0 0.05 0.23 0.13
HSL 48º 0.42% 0.77% -
HSV(B) 48º 0.23% 0.87% -
XYZ 60.46 64.9 47.87 -
YUV 209.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 221 211 171 0 0.05 0.23 0.13 48 0.42 0.77
Hex DD D3 AB 0 5 17 D 30 2A 4D
Octal 335 323 253 0 5 27 15 60 52 115
Binary 11011101 11010011 10101011 0 101 10111 1101 110000 101010 1001101

Color Harmonies of #DDD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3AB

Black with #DDD3AB

Text Example


Text Example

White with #DDD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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