#DDCEA5

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

Shades of Sapling #DDCEA5

Tints of Sapling #DDCEA5

Color information

#DDCEA5 (or 0xDDCEA5) is unknown color: approx Sapling. HEX triplet: DD, CE and A5. RGB value is (221,206,165). Sum of RGB (Red+Green+Blue) = 221+206+165=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA5 is #22315A. Grayscale: #CDCDCD. Windows color (decimal): -2240859 or 10866397. OLE color: 10866397.

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

Color convert

RGB221206165-
CMYK00.070.250.13
HSL43.93º45.16%75.69%-
HSV(B)43.93º25.34%86.67%-
XYZ58.6862.2344.52-
YUV205.81104.97138.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=37.33%
G=34.80%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120616500.070.250.1343.9345.1675.69
HexDDCEA50719D2c2d4c
Octal3353162450731155455114
Binary11011101110011101010010101111100111011011001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEA5; }

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

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

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

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

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

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

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

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