Html Css Color HEX #DDD4AE Sapling

📋 copy color: '#DDD4AE'

red 221 ◦ green 212 ◦ blue 174

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

Shades of Sapling #DDD4AE

Tints of Sapling #DDD4AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.67%

R = 36.41%
G = 34.93%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDD4AE (or 0xDDD4AE) is known color: Sapling. HEX triplet: DD, D4 and AE. RGB value is (221,212,174). Sum of RGB (Red+Green+Blue) = 221+212+174=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AE is #222B51. Grayscale: #D2D2D2. Windows color (decimal): -2239314 or 11457757. OLE color: 11457757.

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

Color convert

RGB 221 212 174 -
CMYK 0 0.04 0.21 0.13
HSL 48.51º 0.41% 0.77% -
HSV(B) 48.51º 0.21% 0.87% -
XYZ 61 65.52 49.47 -
YUV 210.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 221 212 174 0 0.04 0.21 0.13 48.51 0.41 0.77
Hex DD D4 AE 0 4 15 D 31 29 4D
Octal 335 324 256 0 4 25 15 61 51 115
Binary 11011101 11010100 10101110 0 100 10101 1101 110001 101001 1001101

Color Harmonies of #DDD4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4AE

Black with #DDD4AE

Text Example


Text Example

White with #DDD4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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