Html Css Color HEX #DDD0A5 Sapling

📋 copy color: '#DDD0A5'

red 221 ◦ green 208 ◦ blue 165

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

Shades of Sapling #DDD0A5

Tints of Sapling #DDD0A5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

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

R = 37.21%
G = 35.02%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDD0A5 (or 0xDDD0A5) is known color: Sapling. HEX triplet: DD, D0 and A5. RGB value is (221,208,165). Sum of RGB (Red+Green+Blue) = 221+208+165=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A5 is #222F5A. Grayscale: #CFCFCF. Windows color (decimal): -2240347 or 10866909. OLE color: 10866909.

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

Color convert

RGB 221 208 165 -
CMYK 0 0.06 0.25 0.13
HSL 46.07º 0.45% 0.76% -
HSV(B) 46.07º 0.25% 0.87% -
XYZ 59.17 63.2 44.68 -
YUV 206.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 221 208 165 0 0.06 0.25 0.13 46.07 0.45 0.76
Hex DD D0 A5 0 6 19 D 2E 2D 4C
Octal 335 320 245 0 6 31 15 56 55 114
Binary 11011101 11010000 10100101 0 110 11001 1101 101110 101101 1001100

Color Harmonies of #DDD0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0A5

Black with #DDD0A5

Text Example


Text Example

White with #DDD0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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