#DCCEA9

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

Shades of Sapling #DCCEA9

Tints of Sapling #DCCEA9

Color information

#DCCEA9 (or 0xDCCEA9) is unknown color: approx Sapling. HEX triplet: DC, CE and A9. RGB value is (220,206,169). Sum of RGB (Red+Green+Blue) = 220+206+169=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA9 is #233156. Grayscale: #CECECE. Windows color (decimal): -2306391 or 11128540. OLE color: 11128540.

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

Color convert

RGB220206169-
CMYK00.060.230.14
HSL43.53º42.15%76.27%-
HSV(B)43.53º23.18%86.27%-
XYZ58.7562.2246.45-
YUV205.97107.14138.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=36.97%
G=34.62%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020616900.060.230.1443.5342.1576.27
HexDCCEA90617E2c2a4c
Octal3343162510627165452114
Binary11011100110011101010100101101011111101011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEA9; }

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

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

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

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

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

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

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

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