Html Css Color HEX #DDD3A8 Sapling

📋 copy color: '#DDD3A8'

red 221 ◦ green 211 ◦ blue 168

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

Shades of Sapling #DDD3A8

Tints of Sapling #DDD3A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28%

R = 36.83%
G = 35.17%
B = 28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDD3A8 (or 0xDDD3A8) is known color: Sapling. HEX triplet: DD, D3 and A8. RGB value is (221,211,168). Sum of RGB (Red+Green+Blue) = 221+211+168=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3A8 is #222C57. Grayscale: #D1D1D1. Windows color (decimal): -2239576 or 11064285. OLE color: 11064285.

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

Color convert

RGB 221 211 168 -
CMYK 0 0.05 0.24 0.13
HSL 48.68º 0.44% 0.76% -
HSV(B) 48.68º 0.24% 0.87% -
XYZ 60.18 64.79 46.38 -
YUV 209.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 221 211 168 0 0.05 0.24 0.13 48.68 0.44 0.76
Hex DD D3 A8 0 5 18 D 31 2C 4C
Octal 335 323 250 0 5 30 15 61 54 114
Binary 11011101 11010011 10101000 0 101 11000 1101 110001 101100 1001100

Color Harmonies of #DDD3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3A8

Black with #DDD3A8

Text Example


Text Example

White with #DDD3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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