#DCCEA6

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

Shades of Sapling #DCCEA6

Tints of Sapling #DCCEA6

Color information

#DCCEA6 (or 0xDCCEA6) is unknown color: approx Sapling. HEX triplet: DC, CE and A6. RGB value is (220,206,166). Sum of RGB (Red+Green+Blue) = 220+206+166=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA6 is #233159. Grayscale: #CDCDCD. Windows color (decimal): -2306394 or 10931932. OLE color: 10931932.

HSL color Cylindrical-coordinate representation of color #DCCEA6: hue angle of 44.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCEA6 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220206166-
CMYK00.060.250.14
HSL44.44º43.55%75.69%-
HSV(B)44.44º24.55%86.27%-
XYZ58.4762.1144.98-
YUV205.63105.64138.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=37.16%
G=34.80%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020616600.060.250.1444.4443.5575.69
HexDCCEA60619E2c2c4c
Octal3343162460631165454114
Binary11011100110011101010011001101100111101011001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEA6; }

 p { color: rgb(220,206,166); }

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

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

 a { background-color: rgb(220,206,166); }

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

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

 span { border-color: rgb(220,206,166); }

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