#ddcea3

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

Shades of Sapling #DDCEA3

Tints of Sapling #DDCEA3

Color information

#DDCEA3 (or 0xDDCEA3) is unknown color: approx Sapling. HEX triplet: DD, CE and A3. RGB value is (221,206,163). Sum of RGB (Red+Green+Blue) = 221+206+163=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA3 is #22315C. Grayscale: #CDCDCD. Windows color (decimal): -2240861 or 10735325. OLE color: 10735325.

HSL color Cylindrical-coordinate representation of color #DDCEA3: hue angle of 44.48º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDCEA3 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221206163-
CMYK00.070.260.13
HSL44.48º46.03%75.29%-
HSV(B)44.48º26.24%86.67%-
XYZ58.562.1643.56-
YUV205.58103.97139-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 163 (64.06% from 255) = 27.63%
R=37.46%
G=34.92%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120616300.070.260.1344.4846.0375.29
HexDDCEA3071AD2c2e4b
Octal3353162430732155456113
Binary11011101110011101010001101111101011011011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddcea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddcea3; }

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

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

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

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

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

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

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

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