#DCCFAA

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

Shades of Sapling #DCCFAA

Tints of Sapling #DCCFAA

Color information

#DCCFAA (or 0xDCCFAA) is unknown color: approx Sapling. HEX triplet: DC, CF and AA. RGB value is (220,207,170). Sum of RGB (Red+Green+Blue) = 220+207+170=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAA is #233055. Grayscale: #CECECE. Windows color (decimal): -2306134 or 11194332. OLE color: 11194332.

HSL color Cylindrical-coordinate representation of color #DCCFAA: hue angle of 44.4º 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 #DCCFAA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220207170-
CMYK00.060.230.14
HSL44.4º41.67%76.47%-
HSV(B)44.4º22.73%86.27%-
XYZ59.0862.7447.03-
YUV206.67107.31137.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=36.85%
G=34.67%
B=28.48%

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
Decimal22020717000.060.230.1444.441.6776.47
HexDCCFAA0617E2c2a4c
Octal3343172520627165452114
Binary11011100110011111010101001101011111101011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFAA; }

 p { color: rgb(220,207,170); }

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

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

 a { background-color: rgb(220,207,170); }

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

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

 span { border-color: rgb(220,207,170); }

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