Html Css Color HEX #DDD4A5 Sapling

📋 copy color: '#DDD4A5'

red 221 ◦ green 212 ◦ blue 165

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

Shades of Sapling #DDD4A5

Tints of Sapling #DDD4A5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.45%

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

R = 36.96%
G = 35.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDD4A5 (or 0xDDD4A5) is known color: Sapling. HEX triplet: DD, D4 and A5. RGB value is (221,212,165). Sum of RGB (Red+Green+Blue) = 221+212+165=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4A5 is #222B5A. Grayscale: #D1D1D1. Windows color (decimal): -2239323 or 10867933. OLE color: 10867933.

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

Color convert

RGB 221 212 165 -
CMYK 0 0.04 0.25 0.13
HSL 50.36º 0.45% 0.76% -
HSV(B) 50.36º 0.25% 0.87% -
XYZ 60.15 65.18 45.01 -
YUV 209.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 221 212 165 0 0.04 0.25 0.13 50.36 0.45 0.76
Hex DD D4 A5 0 4 19 D 32 2D 4C
Octal 335 324 245 0 4 31 15 62 55 114
Binary 11011101 11010100 10100101 0 100 11001 1101 110010 101101 1001100

Color Harmonies of #DDD4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4A5

Black with #DDD4A5

Text Example


Text Example

White with #DDD4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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