#DDD4AF

Color #DDD4AF Sapling (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapling #DDD4AF

Tints of Sapling #DDD4AF

Color information

#DDD4AF (or 0xDDD4AF) is unknown color: approx Sapling. HEX triplet: DD, D4 and AF. RGB value is (221,212,175). Sum of RGB (Red+Green+Blue) = 221+212+175=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AF is #222B50. Grayscale: #D2D2D2. Windows color (decimal): -2239313 or 11523293. OLE color: 11523293.

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

Color convert

RGB221212175-
CMYK00.040.210.13
HSL48.26º40.35%77.65%-
HSV(B)48.26º20.81%86.67%-
XYZ61.165.5549.99-
YUV210.47107.98135.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=36.35%
G=34.87%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121217500.040.210.1348.2640.3577.65
HexDDD4AF0415D30284e
Octal3353242570425156050116
Binary11011101110101001010111101001010111011100001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4AF; }

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

 H1.HeaderClassName
 {
   color: #DDD4AF;
 }
 .AnyTagClassName
 {
   color: #DDD4AF;
 }
</style>
background-color css

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

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

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

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

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

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