#DDD3B0

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

Shades of Sapling #DDD3B0

Tints of Sapling #DDD3B0

Color information

#DDD3B0 (or 0xDDD3B0) is unknown color: approx Sapling. HEX triplet: DD, D3 and B0. RGB value is (221,211,176). Sum of RGB (Red+Green+Blue) = 221+211+176=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3B0 is #222C4F. Grayscale: #D2D2D2. Windows color (decimal): -2239568 or 11588573. OLE color: 11588573.

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

Color convert

RGB221211176-
CMYK00.050.200.13
HSL46.67º39.82%77.84%-
HSV(B)46.67º20.36%86.67%-
XYZ60.9565.150.43-
YUV210108.81135.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=36.35%
G=34.70%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121117600.050.200.1346.6739.8277.84
HexDDD3B00514D2f284e
Octal3353232600524155750116
Binary11011101110100111011000001011010011011011111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3B0; }

 p { color: rgb(221,211,176); }

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

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

 a { background-color: rgb(221,211,176); }

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

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

 span { border-color: rgb(221,211,176); }

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