Html Css Color HEX #DDD4A8 Sapling

📋 copy color: '#DDD4A8'

red 221 ◦ green 212 ◦ blue 168

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

Shades of Sapling #DDD4A8

Tints of Sapling #DDD4A8

RGB

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

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

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

R = 36.77%
G = 35.27%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDD4A8 (or 0xDDD4A8) is known color: Sapling. HEX triplet: DD, D4 and A8. RGB value is (221,212,168). Sum of RGB (Red+Green+Blue) = 221+212+168=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4A8 is #222B57. Grayscale: #D1D1D1. Windows color (decimal): -2239320 or 11064541. OLE color: 11064541.

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

Color convert

RGB 221 212 168 -
CMYK 0 0.04 0.24 0.13
HSL 49.81º 0.44% 0.76% -
HSV(B) 49.81º 0.24% 0.87% -
XYZ 60.43 65.29 46.46 -
YUV 209.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 221 212 168 0 0.04 0.24 0.13 49.81 0.44 0.76
Hex DD D4 A8 0 4 18 D 32 2C 4C
Octal 335 324 250 0 4 30 15 62 54 114
Binary 11011101 11010100 10101000 0 100 11000 1101 110010 101100 1001100

Color Harmonies of #DDD4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4A8

Black with #DDD4A8

Text Example


Text Example

White with #DDD4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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