#DDCEA2

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

Shades of Sapling #DDCEA2

Tints of Sapling #DDCEA2

Color information

#DDCEA2 (or 0xDDCEA2) is unknown color: approx Sapling. HEX triplet: DD, CE and A2. RGB value is (221,206,162). Sum of RGB (Red+Green+Blue) = 221+206+162=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA2 is #22315D. Grayscale: #CDCDCD. Windows color (decimal): -2240862 or 10669789. OLE color: 10669789.

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

Color convert

RGB221206162-
CMYK00.070.270.13
HSL44.75º46.46%75.1%-
HSV(B)44.75º26.7%86.67%-
XYZ58.4162.1243.09-
YUV205.47103.47139.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 162 (63.67% from 255) = 27.50%
R=37.52%
G=34.97%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120616200.070.270.1344.7546.4675.1
HexDDCEA2071BD2d2e4b
Octal3353162420733155556113
Binary11011101110011101010001001111101111011011011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEA2; }

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

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

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

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

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

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

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

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