#DDCEA8

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

Shades of Sapling #DDCEA8

Tints of Sapling #DDCEA8

Color information

#DDCEA8 (or 0xDDCEA8) is unknown color: approx Sapling. HEX triplet: DD, CE and A8. RGB value is (221,206,168). Sum of RGB (Red+Green+Blue) = 221+206+168=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA8 is #223157. Grayscale: #CECECE. Windows color (decimal): -2240856 or 11063005. OLE color: 11063005.

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

Color convert

RGB221206168-
CMYK00.070.240.13
HSL43.02º43.8%76.27%-
HSV(B)43.02º23.98%86.67%-
XYZ58.9662.3445.97-
YUV206.15106.47138.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=37.14%
G=34.62%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120616800.070.240.1343.0243.876.27
HexDDCEA80718D2b2c4c
Octal3353162500730155354114
Binary11011101110011101010100001111100011011010111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEA8; }

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

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

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

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

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

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

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

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